[arch-commits] Commit in sound-gambit/repos (2 files)

David Runge dvzrv at archlinux.org
Tue Jun 29 13:33:36 UTC 2021


    Date: Tuesday, June 29, 2021 @ 13:33:35
  Author: dvzrv
Revision: 967854

archrelease: copy trunk to community-x86_64

Added:
  sound-gambit/repos/community-x86_64/
  sound-gambit/repos/community-x86_64/PKGBUILD
    (from rev 967853, sound-gambit/trunk/PKGBUILD)

----------+
 PKGBUILD |   27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

Copied: sound-gambit/repos/community-x86_64/PKGBUILD (from rev 967853, sound-gambit/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2021-06-29 13:33:35 UTC (rev 967854)
@@ -0,0 +1,27 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+
+pkgname=sound-gambit
+pkgver=0.6
+pkgrel=1
+pkgdesc="Audio File Peak Limiter"
+arch=('x86_64')
+url="https://github.com/x42/sound-gambit"
+license=('GPL3')
+groups=('pro-audio')
+depends=('gcc-libs' 'glibc')
+makedepends=('libsndfile')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/x42/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz")
+sha512sums=('6a827e6ec94d4cfe5934ad7fd6d0b1cefa2f6e2f973501830193f879a20d71f857a592721c91f8cf310f330cb4d3c18b7f7268440adce7f811d0796094fb654e')
+b2sums=('d7f1ff257db311ab489aa7fbce5b96a96206d23e4ed01d5f8ec57b3fbd66344fa9e9b144e5f67397d1773918046f0c408dda64efb03a5f0f4d4790dfe35dac5b')
+
+build() {
+  cd "$pkgname-$pkgver"
+  make
+}
+
+package() {
+  depends+=('libsndfile.so')
+  cd "$pkgname-$pkgver"
+  make PREFIX='/usr' DESTDIR="$pkgdir/" install
+  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}




More information about the arch-commits mailing list