31 lines
972 B
Bash
31 lines
972 B
Bash
# Template file for 'prison'
|
|
pkgname=prison
|
|
version=5.89.0
|
|
revision=1
|
|
build_style=cmake
|
|
hostmakedepends="kcoreaddons extra-cmake-modules qt5-tools doxygen
|
|
qt5-declarative-devel qt5-qmake qt5-host-tools"
|
|
makedepends="qt5-devel libdmtx-devel qrencode-devel ecm-devel qt5-plugin-sqlite
|
|
zxing-cpp-devel qt5-declarative-devel"
|
|
short_desc="Barcode API to produce QRCode barcodes and DataMatrix barcodes"
|
|
maintainer="John <me@johnnynator.dev>"
|
|
license="MIT"
|
|
homepage="https://community.kde.org/Frameworks"
|
|
distfiles="${KDE_SITE}/frameworks/${version%.*}/prison-${version}.tar.xz"
|
|
checksum=64a46cc9e4447b9b98f7c53e80d9bd78a668770d285f39d7c5dd9159a4c3a349
|
|
|
|
post_install() {
|
|
vlicense LICENSES/BSD-3-Clause.txt
|
|
vlicense LICENSES/MIT.txt
|
|
}
|
|
|
|
prison-devel_package() {
|
|
depends="${sourcepkg}>=${version}_${revision} ${makedepends}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/qt5/mkspecs
|
|
vmove usr/lib/cmake
|
|
vmove "usr/lib/*.so"
|
|
}
|
|
}
|