Date: Saturday, March 25, 2023 @ 22:49:00
  Author: eworm
Revision: 1428001

archrelease: copy trunk to community-testing-x86_64

Added:
  pcsc-tools/repos/community-testing-x86_64/
  pcsc-tools/repos/community-testing-x86_64/PKGBUILD
    (from rev 1428000, pcsc-tools/trunk/PKGBUILD)
  pcsc-tools/repos/community-testing-x86_64/keys/

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

Copied: pcsc-tools/repos/community-testing-x86_64/PKGBUILD (from rev 1428000, 
pcsc-tools/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD                           (rev 0)
+++ community-testing-x86_64/PKGBUILD   2023-03-25 22:49:00 UTC (rev 1428001)
@@ -0,0 +1,35 @@
+# Maintainer: Alad Wenter <[email protected]>
+# Maintainer: Christian Hesse <[email protected]>
+# Contributor: Giovanni Scafora <[email protected]>
+# Contributor: Lorenzo Nizzi Grifi Gargiolli <[email protected]>
+# Contributor: marc0s <[email protected]>
+
+pkgname=pcsc-tools
+pkgver=1.6.2
+pkgrel=1
+pkgdesc='PC/SC Architecture smartcard tools'
+arch=('x86_64')
+url='https://pcsc-tools.apdu.fr/'
+license=('GPL')
+depends=('pcsclite' 'pcsc-perl' 'glib-perl')
+makedepends=('pkg-config')
+optdepends=('perl-gtk3: gscriptor')
+validpgpkeys=('F5E11B9FFE911146F41D953D78A1B4DFE8F9C57E') # Ludovic Rousseau 
<[email protected]>
+source=("https://pcsc-tools.apdu.fr/${pkgname}-${pkgver}.tar.bz2"{,.asc})
+sha512sums=('20104baefa7928a86d21cee49d045cc35b8e74fec5be79ba5608ae046a110096efae96768d281e0f1350f71a889f89c675336d8264c75f8423369a49c03b42a8'
+            'SKIP')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure \
+    --prefix=/usr
+
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}

Reply via email to