21 lines
642 B
Bash
21 lines
642 B
Bash
# Template file for 'qarma'
|
|
pkgname=qarma
|
|
version=t1
|
|
revision=3
|
|
_commit=c623e0679e4bdaa17505f2a76d2b35cc66caf598
|
|
build_style=qmake
|
|
hostmakedepends="qt6-base"
|
|
makedepends="qt6-base-devel qt6-widgets"
|
|
short_desc="Tool to create dialog boxes, based on Qt"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-2.0-only"
|
|
homepage="https://github.com/luebking/qarma"
|
|
distfiles="https://github.com/luebking/qarma/archive/${_commit}.tar.gz"
|
|
checksum=40fb41ee39e685b376d30acc5820cd51af503eaa4de0684ba5a4a85fc71b00a1
|
|
replaces="zenity>=0"
|
|
provides="zenity-${version}_${revision}"
|
|
|
|
post_install() {
|
|
ln -s /usr/bin/qarma ${DESTDIR}/usr/bin/zenity
|
|
}
|