pmaports/coreapps/coreshot/APKBUILD
rahmanshaber 8a22cce65e
coreapps/*: update to 2.5.0 (!296)
[ci:skip-build]: already built successfully in CI
2019-04-04 23:42:38 +02:00

25 lines
721 B
Text

pkgname=coreshot
pkgver=2.5.0
pkgrel=0
pkgdesc="A screen capture utility from the CoreApps family."
arch="all"
url="https://gitlab.com/cubocore"
license="GPL-2.0"
depends="libcprime qt5-qtx11extras qt5-qtsvg"
makedepends="qt5-qtbase-dev libcprime-dev qt5-qtx11extras-dev"
source="$pkgname-$pkgver.tar.gz::https://gitlab.com/cubocore/$pkgname/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz"
builddir="$srcdir/$pkgname-v$pkgver"
options="!check"
build() {
cd "$builddir"
qmake-qt5
make
}
package() {
cd "$builddir"
INSTALL_ROOT="$pkgdir" make install
}
sha512sums="607e401ea80b90a70b0d21d85393baba414866e48340fd23bfe70898fb9137f9b260f5bdd5b280a9269483d365554c31199cbe21d1b89eb0eaebfc74e5a0ee89 coreshot-2.5.0.tar.gz"