summaryrefslogtreecommitdiff
path: root/sound-cutter
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2016-05-03 14:03:28 +0200
committerErich Eckner <git@eckner.net>2016-05-03 15:04:19 +0200
commitdcaaa14d76eeebc00e1d380314562dc1457692ca (patch)
tree87cded7ed4368665c219ac9afdabda66c520b861 /sound-cutter
parent5c69ed524cca0b6f210df1c84e2349b5b03dd972 (diff)
downloadarchlinuxewe.git.save-dcaaa14d76eeebc00e1d380314562dc1457692ca.tar.xz
sound-cutter neu
Diffstat (limited to 'sound-cutter')
-rwxr-xr-xsound-cutter/PKGBUILD30
1 files changed, 30 insertions, 0 deletions
diff --git a/sound-cutter/PKGBUILD b/sound-cutter/PKGBUILD
new file mode 100755
index 00000000..8ab7ea47
--- /dev/null
+++ b/sound-cutter/PKGBUILD
@@ -0,0 +1,30 @@
+# Maintainer: Erich Eckner <arch at eckner dot net>
+pkgname=sound-cutter
+pkgver=1.0
+pkgrel=1
+pkgdesc="Wrapper for sox for mastering stereo music (a.k.a. CDs) from multi channel records"
+arch=('any')
+url="https://opensources.eckner.net/ls.php?ls=${pkgname}"
+license=('GPL')
+groups=()
+depends=('sox')
+makedepends=()
+checkdepends=()
+optdepends=()
+provides=()
+conflicts=()
+replaces=()
+backup=()
+options=()
+source=(
+ "${pkgname}-${pkgver}.tar.gz::https://opensources.eckner.net/dl.php?dl=${pkgname}-${pkgver}"
+)
+sha512sums=('8712c9558b0824300a843a2cf707d3ce62aa87d5a937102c9c9dc9c320a1d6b7de7ed3ec1d86657c9da0a737bd46153cf7c627d2316515c38638c7872f3f1fbe')
+
+package() {
+
+ cd ${pkgname}-${pkgver}
+
+ install -D -t $pkgdir/usr/bin/ soundCutter
+
+}