[arch-commits] Commit in (6 files)

Alexander Rødseth arodseth at archlinux.org
Mon Feb 16 12:19:10 UTC 2015


    Date: Monday, February 16, 2015 @ 13:19:09
  Author: arodseth
Revision: 127796

Adding sxhkd, in connection with bspwm

Added:
  sxhkd/
  sxhkd/repos/
  sxhkd/repos/community-i686/
  sxhkd/repos/community-x86_64/
  sxhkd/trunk/
  sxhkd/trunk/PKGBUILD

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

Added: sxhkd/trunk/PKGBUILD
===================================================================
--- sxhkd/trunk/PKGBUILD	                        (rev 0)
+++ sxhkd/trunk/PKGBUILD	2015-02-16 12:19:09 UTC (rev 127796)
@@ -0,0 +1,26 @@
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Bastien Dejean <nihilhill at gmail.com>
+
+pkgname=sxhkd
+pkgver=0.5.4
+pkgrel=1
+pkgdesc='Simple X hotkey daemon'
+arch=('x86_64' 'i686')
+url='https://github.com/baskerville/sxhkd'
+license=('custom:BSD')
+depends=('libxcb' 'xcb-util-keysyms')
+makedepends=('xcb-util')
+source=("git://github.com/baskerville/sxhkd.git#tag=$pkgver")
+md5sums=('SKIP')
+
+build() {
+  make -C "$pkgname" PREFIX=/usr
+}
+
+package() {
+  cd "$pkgname"
+  make PREFIX="/usr" DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list