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

Felix Yan felixonmars at archlinux.org
Thu Jul 12 20:57:29 UTC 2018


    Date: Thursday, July 12, 2018 @ 20:57:28
  Author: felixonmars
Revision: 358212

archrelease: copy trunk to community-staging-any

Added:
  pulsemixer/repos/community-staging-any/
  pulsemixer/repos/community-staging-any/PKGBUILD
    (from rev 358211, pulsemixer/trunk/PKGBUILD)

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

Copied: pulsemixer/repos/community-staging-any/PKGBUILD (from rev 358211, pulsemixer/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2018-07-12 20:57:28 UTC (rev 358212)
@@ -0,0 +1,29 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Alex Talker < alextalker at openmailbox dot org >
+
+pkgname=pulsemixer
+pkgver=1.4.0
+pkgrel=3
+pkgdesc='CLI and curses mixer for pulseaudio'
+url='https://github.com/GeorgeFilipkin/pulsemixer'
+arch=('any')
+license=('MIT')
+depends=('python' 'pulseaudio')
+makedepends=('python-setuptools')
+source=(${pkgname}-${pkver}.tar.gz::https://github.com/GeorgeFilipkin/${pkgname}/archive/${pkgver}.tar.gz)
+sha256sums=('2fcce7fe285b5ece1f3987a7fa848bb9a01d3a5f3a0de71b755d6417416aead2')
+sha512sums=('f59e55022cf4b06d3a8d57a34fd7b3712917517b7feddfba2c562f6b038a71b6936a88a82af480503f51bd32f68f14e5315a27de9c39373602c398649e8fdc93')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python setup.py install --root="${pkgdir}" -O1 --skip-build
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list