# Template file for 'qarma'
pkgname=qarma
version=1.1.1
revision=1
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"
changelog="https://github.com/luebking/qarma/releases"
distfiles="https://github.com/luebking/qarma/archive/refs/tags/${version}.tar.gz"
checksum=b65fc018c826ae8736a040e438de26be9c8d489a017b307b2e5371fa0c567190

replaces="zenity>=0"
provides="zenity-${version}_${revision}"

post_install() {
	ln -s /usr/bin/qarma ${DESTDIR}/usr/bin/zenity
}
