[arch-commits] Commit in lxqt-build-tools/repos (2 files)
Chih-Hsuan Yen
yan12125 at gemini.archlinux.org
Sat Nov 6 08:00:25 UTC 2021
Date: Saturday, November 6, 2021 @ 08:00:24
Author: yan12125
Revision: 1037426
archrelease: copy trunk to community-testing-any
Added:
lxqt-build-tools/repos/community-testing-any/
lxqt-build-tools/repos/community-testing-any/PKGBUILD
(from rev 1037425, lxqt-build-tools/trunk/PKGBUILD)
----------+
PKGBUILD | 36 ++++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
Copied: lxqt-build-tools/repos/community-testing-any/PKGBUILD (from rev 1037425, lxqt-build-tools/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD (rev 0)
+++ community-testing-any/PKGBUILD 2021-11-06 08:00:24 UTC (rev 1037426)
@@ -0,0 +1,36 @@
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+# Co-Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
+
+pkgname=lxqt-build-tools
+pkgver=0.10.0
+pkgrel=1
+pkgdesc="Various packaging tools and scripts for LXQt applications"
+arch=("any")
+url="https://github.com/lxqt/$pkgname"
+license=("LGPL2.1")
+depends=("cmake" "qt5-tools" "git" "perl")
+source=(
+ "https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"
+ "https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc"
+)
+sha256sums=('facb86b0bf3bd4fd20306d3ae965a148ed59785eaf7d73169a82a97473d03bea'
+ 'SKIP')
+validpgpkeys=(
+ "169704C6FB490C6892C7F23C37E0AF1FDA48F373" # Jerome Leclanche <jerome at leclan.ch>
+ "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3" # Alf Gaida <agaida at siduction.org>
+ "19DFDF3A579BD509DBB572D8BE793007AD22DF7E" # Pedram Pourang <tsujan2000 at gmail.com>
+)
+
+
+build() {
+ mkdir -p build
+ cd build
+ cmake "$srcdir/$pkgname-$pkgver" \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list