Date: Sunday, April 16, 2023 @ 13:11:55
  Author: yan12125
Revision: 1446530

archrelease: copy trunk to community-testing-x86_64

Added:
  lxqt-openssh-askpass/repos/community-testing-x86_64/
  lxqt-openssh-askpass/repos/community-testing-x86_64/PKGBUILD
    (from rev 1446529, lxqt-openssh-askpass/trunk/PKGBUILD)
  lxqt-openssh-askpass/repos/community-testing-x86_64/keys/

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

Copied: lxqt-openssh-askpass/repos/community-testing-x86_64/PKGBUILD (from rev 
1446529, lxqt-openssh-askpass/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD                           (rev 0)
+++ community-testing-x86_64/PKGBUILD   2023-04-16 13:11:55 UTC (rev 1446530)
@@ -0,0 +1,37 @@
+# Maintainer: Jerome Leclanche <jer...@leclan.ch>
+# Co-Maintainer: Chih-Hsuan Yen <yan12...@archlinux.org>
+
+pkgname=lxqt-openssh-askpass
+pkgver=1.3.0
+pkgrel=1
+pkgdesc="LXQt openssh password prompt"
+arch=("x86_64")
+groups=("lxqt")
+url="https://github.com/lxqt/$pkgname";
+license=("LGPL2.1")
+depends=("liblxqt")
+makedepends=("cmake" "lxqt-build-tools")
+source=(
+       
"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc}
+)
+sha256sums=('a012190131bd2935737127e43f5fa9f77ca59d897ad686e51c263f4db8bf9204'
+            'SKIP')
+validpgpkeys=(
+       "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 
<jer...@leclan.ch>
+       "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 
<aga...@siduction.org>
+       "19DFDF3A579BD509DBB572D8BE793007AD22DF7E"  # Pedram Pourang 
<tsujan2...@gmail.com>
+)
+
+
+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