21 lines
613 B
Bash
21 lines
613 B
Bash
|
# Template file for 'qt6ct'
|
||
|
pkgname=qt6ct
|
||
|
version=0.5
|
||
|
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=0fea8e5295e4ebebfae36f4862aaa67859238312d7a055b252cc53b281d69e0d
|
||
|
|
||
|
post_install() {
|
||
|
vlicense COPYING
|
||
|
vinstall ${FILESDIR}/qt6ct.sh 644 etc/profile.d
|
||
|
}
|