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=('b8b45194989022a79ec1317f64a2a75b1551b2a55bea06f67704cb2a2e4690b0'
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