# Template file for 'prison' pkgname=prison version=5.58.0 revision=1 build_style=cmake hostmakedepends="kcoreaddons extra-cmake-modules qt5-tools" makedepends="qt5-devel libdmtx-devel qrencode-devel ecm-devel" short_desc="Barcode API to produce QRCode barcodes and DataMatrix barcodes" maintainer="John " license="MIT" homepage="https://community.kde.org/Frameworks" distfiles="${KDE_SITE}/frameworks/${version%.*}/prison-${version}.tar.xz" checksum=2bd97bf19e70b67cac49eaefb89a0fe8bd506e710e10df41f9b7c65d9dc30b1d if [ "$CROSS_BUILD" ];then hostmakedepends+=" qt5-qmake qt5-host-tools" fi post_install() { vlicense LICENSE } 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" } }