[arch-commits] Commit in beep/repos (testing-x86_64 testing-x86_64/PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu Dec 26 00:04:33 UTC 2019


    Date: Thursday, December 26, 2019 @ 00:04:32
  Author: felixonmars
Revision: 372279

archrelease: copy trunk to testing-x86_64

Added:
  beep/repos/testing-x86_64/
  beep/repos/testing-x86_64/PKGBUILD
    (from rev 372278, beep/trunk/PKGBUILD)

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

Copied: beep/repos/testing-x86_64/PKGBUILD (from rev 372278, beep/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2019-12-26 00:04:32 UTC (rev 372279)
@@ -0,0 +1,25 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Eric Bélanger <eric at archlinux.org>
+
+pkgname=beep
+pkgver=1.4.6
+pkgrel=1
+pkgdesc='Advanced PC speaker beeping program'
+url='https://github.com/spkr-beep/beep'
+arch=('x86_64')
+license=('GPL2')
+depends=('glibc')
+source=(https://github.com/spkr-beep/beep/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('753ab7f22624defba5645c2fceb1382137641fa8f219875783d5809d0bd344c530176b46a61a1d783bb2e5feb17c8137868e02744e1ee5d9e7ec331dbe1fe417')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list