From 7e68e8074140f7fbe4773a5c3ca4b58c10db73e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Mon, 7 Oct 2024 06:37:32 +0700 Subject: [PATCH] New package: lxqt-build-tools-qt5-0.13.0 --- srcpkgs/lxqt-build-tools-qt5/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/lxqt-build-tools-qt5/template diff --git a/srcpkgs/lxqt-build-tools-qt5/template b/srcpkgs/lxqt-build-tools-qt5/template new file mode 100644 index 00000000000..176c9088e3d --- /dev/null +++ b/srcpkgs/lxqt-build-tools-qt5/template @@ -0,0 +1,18 @@ +# Template file for 'lxqt-build-tools-qt5' +pkgname=lxqt-build-tools-qt5 +version=0.13.0 +revision=1 +build_style=cmake +hostmakedepends="qt5-host-tools qt5-qmake pkg-config" +makedepends="qt5-devel" +short_desc="LXQt build tools" +maintainer="Helmut Pozimski " +license="BSD-3-Clause" +homepage="https://lxqt-project.org" +distfiles="https://github.com/lxqt/lxqt-build-tools/archive/${version}.tar.gz" +checksum=7f45b7ed7f54ec1e119b005d5fccddd9fe8d9a231fb66c41c952f29a08d1f901 +repository=bootstrap + +post_install() { + vlicense lxqt-transupdate license +}