8a22cce65e
[ci:skip-build]: already built successfully in CI
24 lines
731 B
Text
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"
|