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

Andreas Radke andyrtr at archlinux.org
Sun Jan 27 20:20:37 UTC 2019


    Date: Sunday, January 27, 2019 @ 20:20:36
  Author: andyrtr
Revision: 344886

archrelease: copy trunk to testing-x86_64

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

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

Copied: libpipeline/repos/testing-x86_64/PKGBUILD (from rev 344885, libpipeline/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2019-01-27 20:20:36 UTC (rev 344886)
@@ -0,0 +1,30 @@
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+
+pkgname=libpipeline
+pkgver=1.5.1
+pkgrel=1
+pkgdesc="a C library for manipulating pipelines of subprocesses in a flexible and convenient way"
+arch=('x86_64')
+url="https://libpipeline.nongnu.org/"
+license=('GPL')
+depends=('glibc')
+source=(https://download.savannah.gnu.org/releases/libpipeline/$pkgname-$pkgver.tar.gz{,.asc})
+sha256sums=('d633706b7d845f08b42bc66ddbe845d57e726bf89298e2cee29f09577e2f902f'
+            '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