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

Anatol Pomozov anatolik at gemini.archlinux.org
Mon Oct 4 16:49:59 UTC 2021


    Date: Monday, October 4, 2021 @ 16:49:59
  Author: anatolik
Revision: 1027486

archrelease: copy trunk to community-testing-x86_64

Added:
  pamixer/repos/community-testing-x86_64/
  pamixer/repos/community-testing-x86_64/PKGBUILD
    (from rev 1027485, pamixer/trunk/PKGBUILD)

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

Copied: pamixer/repos/community-testing-x86_64/PKGBUILD (from rev 1027485, pamixer/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2021-10-04 16:49:59 UTC (rev 1027486)
@@ -0,0 +1,25 @@
+# Maintainer: Anatol Pomozov
+# Contributor: Clément Démoulins <clement at archivel.fr>
+
+pkgname=pamixer
+pkgver=1.5
+pkgrel=1
+pkgdesc='Pulseaudio command-line mixer like amixer'
+arch=(x86_64)
+url='https://github.com/cdemoulins/pamixer'
+license=(GPL3)
+depends=(libpulse boost-libs)
+makedepends=(boost)
+source=(pamixer-$pkgver.tar.gz::https://github.com/cdemoulins/$pkgname/archive/$pkgver.tar.gz)
+sha1sums=('17ed2e0ead1141df8e17c5b59f3cf91410f4b830')
+
+build() {
+  cd pamixer-$pkgver
+  CXXFLAGS+=" -DVERSION=$pkgver"
+  make
+}
+
+package() {
+  cd pamixer-$pkgver
+  install -D -m755 pamixer "$pkgdir"/usr/bin/pamixer
+}



More information about the arch-commits mailing list