summaryrefslogtreecommitdiff
path: root/repo/core/libpipeline.xibuild
blob: 25681654af9dddc13792e4088fce22f87fa7c3ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash

DEPS=(glibc)

SOURCE=https://gitlab.com/cjwatson/libpipeline
DESC="A library for manipulating pipelines of subprocesses in a flexible and convenient way"

build () {
    ./configure --prefix=/usr
    make
    make DESTDIR=$PKG_DEST install 
}