1 # Maintainer: Andreas Radke <andyrtr@archlinux.org>
6 pkgdesc="a C library for manipulating pipelines of subprocesses in a flexible and convenient way"
8 url="https://nongnu.org/libpipeline/"
11 # https://gitlab.com/cjwatson/libpipeline
12 source=(https://download.savannah.gnu.org/releases/libpipeline/$pkgname-$pkgver.tar.gz{,.asc})
13 sha256sums=('60fbb9e7dc398528e5f3a776af57bb28ca3fe5d9f0cd8a961ac6cebfe6e9b797'
15 #validpgpkeys=('AC0A4FF12611B6FCCF01C111393587D97D86500B') # Colin Watson <cjwatson@debian.org>
16 #validpgpkeys=('87317259431038049C92C139F6DD330210FA4CD1') # "Colin Watson <cjwatson@flatline.org.uk>"
17 validpgpkeys=('AC0A4FF12611B6FCCF01C111393587D97D86500B') # "Colin Watson <cjwatson@chiark.greenend.org.uk>"
21 ./configure --prefix=/usr
32 make DESTDIR="$pkgdir/" install