aboutsummaryrefslogtreecommitdiffstats
path: root/testing/cpiped/APKBUILD
blob: b1f7e4f0d0df4fb4e7edd369d4388a5787c6e205 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Maintainer: Marvin Steadfast <marvin@xsteadfastx.org>
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"