From c387838a5c5c593075fe3e16850e2f5aacb84875 Mon Sep 17 00:00:00 2001 From: Marvin Steadfast Date: Thu, 10 Aug 2017 13:04:14 +0200 Subject: testing/cpiped: new aport --- testing/cpiped/APKBUILD | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 testing/cpiped/APKBUILD (limited to 'testing/cpiped') diff --git a/testing/cpiped/APKBUILD b/testing/cpiped/APKBUILD new file mode 100644 index 0000000000..b1f7e4f0d0 --- /dev/null +++ b/testing/cpiped/APKBUILD @@ -0,0 +1,28 @@ +# Maintainer: Marvin Steadfast +pkgname=cpiped +_commit_sha=3abe3cc6e09d65bf45a28cb8f9f8695acce1deb9 +pkgver=0_git20170323 +pkgrel=0 +pkgdesc="Captures an audio stream and outputs it to a pipe" +url="https://github.com/b-fitzpatrick/cpiped" +arch="all" +license="GPL3" +options="!check" +depends="" +makedepends="alsa-lib-dev" +install= +subpackages= +source="cpiped-$pkgver.tar.gz::https://github.com/b-fitzpatrick/cpiped/archive/$_commit_sha.tar.gz" +builddir="$srcdir/cpiped-$_commit_sha" + +build() { + cd "$builddir" + make +} + +package() { + cd "$builddir" + install -Dm755 cpiped "$pkgdir"/usr/bin/cpiped +} + +sha512sums="b1fa3b79e5929f21a323a410e475f41af719c0d94e89a3baa1a9b83d594ca56b8dd586371ced4cec7a2f9c2fcc7508cacf2e2c1e0eda54e5d90ecc13f2c2c337 cpiped-0_git20170323.tar.gz" -- cgit v1.2.3