diff options
author | Milan P. Stanić <mps@arvanta.net> | 2019-11-04 22:04:52 +0100 |
---|---|---|
committer | Milan P. Stanić <mps@arvanta.net> | 2019-11-09 21:41:51 +0100 |
commit | c275601e5afc83cc8ef4f8b6417f170192bb4ef0 (patch) | |
tree | 2a89b8f9a7d6a934d179defb49586b2268801d3f /testing | |
parent | 7c85d8a305bd8e9ff38fbba8243c081547af153b (diff) | |
download | aports-c275601e5afc83cc8ef4f8b6417f170192bb4ef0.tar.bz2 aports-c275601e5afc83cc8ef4f8b6417f170192bb4ef0.tar.xz |
testing/svxlink-sounds-en_us-heather-16k: new aport
http://www.svxlink.org/
Sound Package en_US-heather-16k from svxlink in high quality
Diffstat (limited to 'testing')
-rw-r--r-- | testing/svxlink-sounds-en_us-heather-16k/APKBUILD | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/testing/svxlink-sounds-en_us-heather-16k/APKBUILD b/testing/svxlink-sounds-en_us-heather-16k/APKBUILD new file mode 100644 index 0000000000..4c42759963 --- /dev/null +++ b/testing/svxlink-sounds-en_us-heather-16k/APKBUILD @@ -0,0 +1,22 @@ +# Contributor: Milan P. Stanić <mps@arvanta.net> +# Maintainer: Milan P. Stanić <mps@arvanta.net> +pkgname=svxlink-sounds-en_us-heather-16k +pkgver=19.09 +pkgrel=0 +pkgdesc="Sound Package en_US-heather-16k from svxlink in high quality" +url="http://www.svxlink.org/" +arch="noarch" +license="GPL-2.0-or-later" +options="!check !strip" +source="https://github.com/sm0svx/svxlink-sounds-en_US-heather/releases/download/$pkgver/svxlink-sounds-en_US-heather-16k-$pkgver.tar.bz2" +builddir="$srcdir"/en_US-heather-16k + +package() { + cd $builddir + mkdir -p "$pkgdir/usr/share/svxlink/sounds/en_US" + cd "$srcdir/en_US-heather-16k" + cp -a * "$pkgdir/usr/share/svxlink/sounds/en_US" + touch "$pkgdir/usr/share/svxlink/sounds/en_US/$pkgname-$pkgver" +} + +sha512sums="6bc0c0979f9d7ba971b7facab429370d60e0275854b5963c766da64466b6a1d31470c32a4c7b5b485bf4847962fc9b5fd3eb677b23152e8e1580c9f9d5f5f51b svxlink-sounds-en_US-heather-16k-19.09.tar.bz2" |