#!/bin/bashDEPS=(glibc)SOURCE=https://gitlab.com/cjwatson/libpipeline
DESC="A library for manipulating pipelines of subprocesses in a flexible and convenient way"
build(){./bootstrap
./configure--prefix=/usr
make
}
package(){makeDESTDIR=$PKG_DESTinstall}