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

Christian Hesse eworm at archlinux.org
Mon Feb 19 21:13:44 UTC 2018


    Date: Monday, February 19, 2018 @ 21:13:43
  Author: eworm
Revision: 296427

archrelease: copy trunk to community-staging-x86_64

Added:
  libtermkey/repos/community-staging-x86_64/
  libtermkey/repos/community-staging-x86_64/PKGBUILD
    (from rev 296426, libtermkey/trunk/PKGBUILD)

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

Copied: libtermkey/repos/community-staging-x86_64/PKGBUILD (from rev 296426, libtermkey/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2018-02-19 21:13:43 UTC (rev 296427)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Christian Hesse <mail at eworm.de>
+# Contributor: Florian Walch <florian+aur at fwalch.com>
+
+pkgname=libtermkey
+pkgver=0.20
+pkgrel=2
+pkgdesc='Library for easy processing of keyboard entry from terminal-based programs'
+arch=('x86_64')
+url='http://www.leonerd.org.uk/code/libtermkey'
+license=('MIT')
+depends=('unibilium')
+source=("http://www.leonerd.org.uk/code/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('6c0d87c94ab9915e76ecd313baec08dedf3bd56de83743d9aa923a081935d2f5')
+
+build() {
+	cd "${pkgname}-${pkgver}/"
+
+	make PREFIX=/usr
+}
+
+package() {
+	cd "${pkgname}-${pkgver}/"
+
+	make PREFIX=/usr DESTDIR="${pkgdir}" install
+	install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+



More information about the arch-commits mailing list