[arch-commits] Commit in (4 files)

Morten Linderud foxboron at archlinux.org
Sun Sep 16 21:37:05 UTC 2018


    Date: Sunday, September 16, 2018 @ 21:37:04
  Author: foxboron
Revision: 382245

addpkg: bucklespring 1.4.0-1

Added:
  bucklespring/
  bucklespring/repos/
  bucklespring/trunk/
  bucklespring/trunk/PKGBUILD

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

Added: bucklespring/trunk/PKGBUILD
===================================================================
--- bucklespring/trunk/PKGBUILD	                        (rev 0)
+++ bucklespring/trunk/PKGBUILD	2018-09-16 21:37:04 UTC (rev 382245)
@@ -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