1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-24 11:45:18 +03:00
aports/community/libarchive-qt/APKBUILD
2021-04-30 00:44:06 -03:00

26 lines
841 B
Text

# Contributor:
# Maintainer:
pkgname=libarchive-qt
pkgver=2.0.4
pkgrel=0
pkgdesc="Qt based archiving solution with libarchive backend"
url="https://gitlab.com/marcusbritanicus/libarchive-qt"
options="!check"
arch="" # fails to build
license="LGPL-3.0-or-later"
depends_dev="qt5-qtbase-dev xz-dev libarchive-dev zlib-dev bzip2-dev"
makedepends="$depends_dev lzip"
subpackages="$pkgname-dev"
source="$pkgname-$pkgver.tar.gz::https://gitlab.com/marcusbritanicus/libarchive-qt/-/archive/v$pkgver/libarchive-qt-v$pkgver.tar.gz"
builddir="$srcdir/$pkgname-v$pkgver"
build() {
qmake-qt5
make
}
package() {
INSTALL_ROOT="$pkgdir" make install
rm -f "$pkgdir"/usr/lib/*.a
}
sha512sums="37b8719f689f6670543c41ebe1a1e73f4cc1fda48415103708832a94aeee2b27753c6e17e60e6849c05f2a98486e7e819a7d15faf284234bd47c18feb9565893 libarchive-qt-2.0.4.tar.gz"