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

Felix Yan felixonmars at archlinux.org
Mon Nov 4 02:11:50 UTC 2019


    Date: Monday, November 4, 2019 @ 02:11:50
  Author: felixonmars
Revision: 522987

archrelease: copy trunk to community-staging-any

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

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

Copied: pulsemixer/repos/community-staging-any/PKGBUILD (from rev 522986, pulsemixer/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2019-11-04 02:11:50 UTC (rev 522987)
@@ -0,0 +1,29 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Alex Talker < alextalker at openmailbox dot org >
+
+pkgname=pulsemixer
+pkgver=1.5.0
+pkgrel=2
+pkgdesc='CLI and curses mixer for pulseaudio'
+url='https://github.com/GeorgeFilipkin/pulsemixer'
+arch=('any')
+license=('MIT')
+depends=('python' 'pulseaudio')
+makedepends=('python-setuptools')
+source=(https://github.com/GeorgeFilipkin/${pkgname}/archive/${pkgver}/${pkgname}-${pkver}.tar.gz)
+sha256sums=('30716666dd2552b3c59c2ed320926bb162c74d2afc385336b7f796e1f0f69af5')
+sha512sums=('e07556a0cf2c9f660764977158cf1e338f7d8a92eae639c4a8f355847840e3aa9fb65adf553dbde905b64f2eff57c630bbfe19cfd5420b6205b1e2f688a6de64')
+
+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