[arch-commits] Commit in libpipeline/repos (testing-x86_64 testing-x86_64/PKGBUILD)

Andreas Radke andyrtr at archlinux.org
Sat Aug 22 19:53:03 UTC 2020


    Date: Saturday, August 22, 2020 @ 19:53:03
  Author: andyrtr
Revision: 394573

archrelease: copy trunk to testing-x86_64

Added:
  libpipeline/repos/testing-x86_64/
  libpipeline/repos/testing-x86_64/PKGBUILD
    (from rev 394572, libpipeline/trunk/PKGBUILD)

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

Copied: libpipeline/repos/testing-x86_64/PKGBUILD (from rev 394572, libpipeline/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2020-08-22 19:53:03 UTC (rev 394573)
@@ -0,0 +1,30 @@
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+
+pkgname=libpipeline
+pkgver=1.5.3
+pkgrel=1
+pkgdesc="a C library for manipulating pipelines of subprocesses in a flexible and convenient way"
+arch=('x86_64')
+url="https://nongnu.org/libpipeline/"
+license=('GPL')
+depends=('glibc')
+source=(https://download.savannah.gnu.org/releases/libpipeline/$pkgname-$pkgver.tar.gz{,.asc})
+sha256sums=('5dbf08faf50fad853754293e57fd4e6c69bb8e486f176596d682c67e02a0adb0'
+            'SKIP')
+validpgpkeys=('AC0A4FF12611B6FCCF01C111393587D97D86500B') # Colin Watson <cjwatson at debian.org>
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir/" install
+}



More information about the arch-commits mailing list