New package: qarma-t1

Closes: #9399 [via git-merge-pr]
This commit is contained in:
cr6git 2017-11-21 08:31:30 +01:00 committed by Jürgen Buchmüller
parent 8650ada34f
commit 8ded37b339
1 changed files with 22 additions and 0 deletions

22
srcpkgs/qarma/template Normal file
View File

@ -0,0 +1,22 @@
# Template file for 'qarma'
pkgname=qarma
version=t1
revision=1
build_style=qmake
provides="zenity-${version}_${revision}"
replaces="zenity>=0"
makedepends="qt5-x11extras-devel"
maintainer="cr6git <quark6@protonmail.com>"
short_desc="Tool to create dialog boxes, based on Qt"
homepage="https://github.com/luebking/qarma"
license="GPL-2"
distfiles="https://github.com/luebking/qarma/archive/${version}.tar.gz"
checksum=ebce381d2884e4109998bc4a966f1eb08cc549b2725b0f4c5525b30849754794
if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-x11extras-devel"
fi
post_install() {
ln -s /usr/bin/qarma ${DESTDIR}/usr/bin/zenity
}