Date: Saturday, May 28, 2022 @ 15:09:36
  Author: andyrtr
Revision: 446595

archrelease: copy trunk to testing-x86_64

Added:
  ding-libs/repos/testing-x86_64/
  ding-libs/repos/testing-x86_64/PKGBUILD
    (from rev 446594, ding-libs/trunk/PKGBUILD)

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

Copied: ding-libs/repos/testing-x86_64/PKGBUILD (from rev 446594, 
ding-libs/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2022-05-28 15:09:36 UTC (rev 446595)
@@ -0,0 +1,35 @@
+# Maintainer: AndyRTR <[email protected]>
+# Contributor: Massimiliano Torromeo <[email protected]>
+# Contributor: Mantas M. <[email protected]>
+
+pkgname=ding-libs
+pkgver=0.6.2
+pkgrel=1
+pkgdesc="\"DING is not GNU\" helper libraries for SSSD and FreeIPA"
+arch=('x86_64')
+url="https://github.com/SSSD/ding-libs";
+license=('GPL3' 'LGPL3')
+depends=('glibc')
+makedepends=('doxygen')
+checkdepends=('check')
+# 
https://github.com/SSSD/ding-libs/releases/download/0.6.2/ding-libs-0.6.2.tar.gz.sha256sum
+source=(https://github.com/SSSD/ding-libs/releases/download/$pkgver/$pkgname-$pkgver.tar.gz{,.asc})
+sha256sums=('e5f07f34f5921bcb5ccccfe3751c28497879a6451cd7b395e99e24d9b5728e8d'
+            'SKIP')
+validpgpkeys=('930201AAB42DD1947210B7838D7326351A726211') # Alexey Tikhonov 
<[email protected]>
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static
+  make all docs
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+} 

Reply via email to