Skip to content

Commit

Permalink
testing/qimgv: modernize
Browse files Browse the repository at this point in the history
Closes: GH-7935
  • Loading branch information
maxice8 authored and TBK committed May 23, 2019
1 parent 16e90b2 commit 3011ad2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions testing/qimgv/APKBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,8 @@ license="GPL-3.0-or-later"
depends="hicolor-icon-theme"
makedepends="qt5-qtbase-dev cmake"
source="$pkgname-$pkgver.tar.gz::https://github.com/easymodo/qimgv/archive/v${pkgver}.tar.gz"
builddir="$srcdir/$pkgname-$pkgver"

build() {
cd "$builddir"
mkdir build && cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
cmake --build .
Expand Down

0 comments on commit 3011ad2

Please sign in to comment.