void-packages/srcpkgs/qt6ct/template

20 lines
570 B
Bash

# Template file for 'qt6ct'
pkgname=qt6ct
version=0.9
revision=1
build_style=cmake
hostmakedepends="qt6-tools qt6-base"
makedepends="qt6-base-devel"
depends="qt6-svg"
short_desc="Qt6 Configuration Tool"
maintainer="Adam Pschorr <adampschorr13@aol.com>"
license="BSD-2-Clause"
homepage="https://github.com/trialuser02/qt6ct"
distfiles="https://github.com/trialuser02/qt6ct/archive/refs/tags/${version}.tar.gz"
checksum=aa49c4fb51a82dd6947cd9c8dee9b3a1fdd4fbbc9f3c8c5c2d33fa1de9e8826e
post_install() {
vlicense COPYING
vinstall ${FILESDIR}/qt6ct.sh 644 etc/profile.d
}