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

Morten Linderud foxboron at archlinux.org
Sun Sep 16 21:39:50 UTC 2018


    Date: Sunday, September 16, 2018 @ 21:39:49
  Author: foxboron
Revision: 382247

archrelease: copy trunk to community-x86_64

Added:
  bucklespring/repos/community-x86_64/
  bucklespring/repos/community-x86_64/PKGBUILD
    (from rev 382246, bucklespring/trunk/PKGBUILD)

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

Copied: bucklespring/repos/community-x86_64/PKGBUILD (from rev 382246, bucklespring/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2018-09-16 21:39:49 UTC (rev 382247)
@@ -0,0 +1,24 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+
+pkgname=bucklespring
+pkgver=1.4.0
+pkgrel=1
+pkgdesc="Nostalgia bucklespring keyboard sound, sampled from IBM's Model-M"
+arch=('i686' 'x86_64')
+url="http://github.com/zevv/bucklespring"
+license=('MIT')
+depends=('openal' 'alure' 'libxtst')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/zevv/bucklespring/archive/v${pkgver}.tar.gz")
+sha256sums=('b38b2c0ec905573a243cb9db543f8eeb92e4d040025ef338d8bcfcfd5ccd5348')
+
+build() {
+  cd "$pkgname-$pkgver"
+  make PATH_AUDIO=/usr/share/bucklespring
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  install -Dm755 buckle "$pkgdir"/usr/bin/buckle
+  install -Dm644 -t "$pkgdir"/usr/share/bucklespring/ wav/*
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list