pmaports/coreapps/coreinfo/APKBUILD
rahmanshaber 8909e932d0
coreapps/*: update to 2.4.0 (!249)
[ci:ignore-count]
2019-03-01 09:42:01 +01:00

24 lines
731 B
Text

pkgname=coreinfo
pkgver=2.4.0
pkgrel=0
pkgdesc="A file information tool from the CoreApps family."
arch="all"
url="https://gitlab.com/cubocore"
license="GPL-2.0"
depends="libcprime libzen libmediainfo qt5-qtsvg"
makedepends="qt5-qtbase-dev libcprime-dev libmediainfo-dev libzen-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="ada7a0ffbe402678c61fdf8cea4ea7c43dd8fd7cd8b489e2e887f0ed3a32e70e32fa279186eeb578edd3497aefde9f804146b1b3b1c7eb97a85d6376471ba536 coreinfo-2.4.0.tar.gz"