diff --git a/srcpkgs/labwc-tweaks/template b/srcpkgs/labwc-tweaks/template new file mode 100644 index 00000000000000..3142afa3019e58 --- /dev/null +++ b/srcpkgs/labwc-tweaks/template @@ -0,0 +1,18 @@ +# Template file for 'labwc-tweaks' +pkgname=labwc-tweaks +version=0.1.0 +revision=1 +build_style=cmake +hostmakedepends="pkg-config cmake qt6-tools qt6-base perl" +makedepends="qt6-base-devel libxml2-devel glib-devel" +short_desc="Qt6 configuration tool for labwc" +maintainer="Fabian Constantinescu " +license="GPL-2.0-only" +homepage="https://github.com/labwc/labwc-tweaks" +changelog="https://github.com/labwc/labwc-tweaks/releases" +distfiles="https://github.com/labwc/labwc-tweaks/archive/refs/tags/${version}.tar.gz" +checksum=a742250c7e8ea363758a024688226a4296a6798adc57abe0903d580ab195b749 + +if [ -n "$CROSS_BUILD" ]; then + configure_args+=" -DQT_HOST_PATH=/usr" +fi