🔒 Repository is read-only – file editing is disabled.

recipes/core/libpipeline/PAGBUILD.yaml main

21 linii Raw ← Powrót
123456789101112131415161718192021
pkgname: libpipeline
pkgver: '1.5.8'
pkgrel: '2'
pkgdesc: C library for manipulating pipelines of subprocesses in a flexible way
url: 'http://libpipeline.nongnu.org/'
arch: x86_64
depends: []
makedepends: []
source:
- 'https://download.savannah.gnu.org/releases/libpipeline/libpipeline-${pkgver}.tar.gz'
sha256sums:
- 1b1203ca152ccd63983c3f2112f7fe6fa5afd453218ede5153d1b31e11bb8405
build: |
  cd ${pkgname}-${pkgver}
  PKG_CONFIG_PATH=/tools/lib/pkgconfig \
  ./configure --prefix=/usr
  make
  make check || true
  make DESTDIR=${PKGDIR} install
package: |
  true