Date: Friday, April 16, 2021 @ 13:49:52
  Author: yan12125
Revision: 919424

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 919423, lxqt-build-tools/trunk/PKGBUILD)

----------+
 PKGBUILD |   36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)

Copied: lxqt-build-tools/repos/community-testing-any/PKGBUILD (from rev 919423, 
lxqt-build-tools/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD                              (rev 0)
+++ community-testing-any/PKGBUILD      2021-04-16 13:49:52 UTC (rev 919424)
@@ -0,0 +1,36 @@
+# Maintainer: Jerome Leclanche <[email protected]>
+# Co-Maintainer: Chih-Hsuan Yen <[email protected]>
+
+pkgname=lxqt-build-tools
+pkgver=0.9.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=('9782878d6c0cc896d4a54fce5cc322561cdf1df270b8f941b2088a434b535e4d'
+            'SKIP')
+validpgpkeys=(
+       "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 
<[email protected]>
+       "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 
<[email protected]>
+       "19DFDF3A579BD509DBB572D8BE793007AD22DF7E"  # Pedram Pourang 
<[email protected]>
+)
+
+
+build() {
+       mkdir -p build
+       cd build
+       cmake "$srcdir/$pkgname-$pkgver" \
+               -DCMAKE_INSTALL_PREFIX=/usr
+       make
+}
+
+package() {
+       cd build
+       make DESTDIR="$pkgdir" install
+}

Reply via email to