pmaports/coreapps/coreinfo/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

24 lines
731 B
Text

pkgname=coreinfo
pkgver=2.5.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="d7bbc30241922629f19cbea406ccd64e18a293f2d357f5c4e4fd811e1db522f95a467e47696d58057d2c92450317235ccf244f7d65fac667c13c02003bb0323d coreinfo-2.5.0.tar.gz"