void-packages/srcpkgs/kvantum/template
2021-03-08 10:40:33 +07:00

23 lines
766 B
Bash

# Template file for 'kvantum'
pkgname=kvantum
version=0.18.0
revision=1
wrksrc="Kvantum-${version}"
build_wrksrc=Kvantum
build_style=qmake
hostmakedepends="qt5-tools qt5-qmake"
makedepends="qt5-devel qt5-svg-devel qt5-x11extras-devel
kwindowsystem-devel"
short_desc="SVG-based theme engine for Qt4/Qt5, KDE and LXQt"
maintainer="Giuseppe Fierro <gspe@ae-design.ws>"
license="GPL-3.0-or-later"
homepage="https://github.com/tsujan/Kvantum"
distfiles="https://github.com/tsujan/Kvantum/archive/V${version}.tar.gz"
checksum=79752525b5636009385864373618e5e747a9fa7047af46d7815e27934c9a3dfd
nocross="https://build.voidlinux.org/builders/aarch64-musl_builder/builds/21436/steps/shell_3/logs/stdio"
post_install() {
vdoc doc/Theme-Config.pdf
vdoc doc/Theme-Making.pdf
}