Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions srcpkgs/labwc-tweaks/template
Original file line number Diff line number Diff line change
@@ -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 <fabian.constantinescu@protonmail.com>"
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