20 lines
570 B
Bash
20 lines
570 B
Bash
# Template file for 'qt6ct'
|
|
pkgname=qt6ct
|
|
version=0.8
|
|
revision=2
|
|
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=ca3706770cbdbce769ee4393de9f7469be043810fe40283690612f5f6552018a
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
vinstall ${FILESDIR}/qt6ct.sh 644 etc/profile.d
|
|
}
|