21 lines
613 B
Bash
21 lines
613 B
Bash
# Template file for 'qt6ct'
|
|
pkgname=qt6ct
|
|
version=0.7
|
|
revision=1
|
|
build_style=cmake
|
|
configure_args="-DQT_HOST_PATH=/usr"
|
|
hostmakedepends="qt6-tools-devel"
|
|
makedepends="qt6-base-devel"
|
|
depends="qt6-base 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=6bc4c35e7c567908d8e123b8ccc11a55d27b5353ad035905cfa44b98c29ca862
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
vinstall ${FILESDIR}/qt6ct.sh 644 etc/profile.d
|
|
}
|