19 lines
574 B
Bash
19 lines
574 B
Bash
# Template file for 'qt5ct'
|
|
pkgname=qt5ct
|
|
version=1.3
|
|
revision=2
|
|
build_style=qmake
|
|
hostmakedepends="qt5-qmake qt5-tools qt5-host-tools"
|
|
makedepends="qt5-devel"
|
|
depends="qt5-svg"
|
|
short_desc="Qt5 Configuration Tool"
|
|
maintainer="Yuusha Spacewolf <xyuusha@paranoici.org>"
|
|
license="BSD-2-Clause"
|
|
homepage="https://sourceforge.net/projects/qt5ct/"
|
|
distfiles="${SOURCEFORGE_SITE}/project/qt5ct/qt5ct-${version}.tar.bz2"
|
|
checksum=dd443b14e590aff76a16e1316d56e688882e3248c470df4f71bc952569f3c3bc
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
vinstall ${FILESDIR}/qt5ct.sh 644 etc/profile.d
|
|
}
|