Date: Tuesday, April 11, 2017 @ 19:35:56
  Author: eworm
Revision: 222385

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  libtermkey/repos/community-testing-i686/
  libtermkey/repos/community-testing-i686/PKGBUILD
    (from rev 222384, libtermkey/trunk/PKGBUILD)
  libtermkey/repos/community-testing-x86_64/
  libtermkey/repos/community-testing-x86_64/PKGBUILD
    (from rev 222384, libtermkey/trunk/PKGBUILD)

-----------------------------------+
 community-testing-i686/PKGBUILD   |   28 ++++++++++++++++++++++++++++
 community-testing-x86_64/PKGBUILD |   28 ++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+)

Copied: libtermkey/repos/community-testing-i686/PKGBUILD (from rev 222384, 
libtermkey/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD                             (rev 0)
+++ community-testing-i686/PKGBUILD     2017-04-11 19:35:56 UTC (rev 222385)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Christian Hesse <[email protected]>
+# Contributor: Florian Walch <[email protected]>
+
+pkgname=libtermkey
+pkgver=0.20
+pkgrel=1
+pkgdesc='Library for easy processing of keyboard entry from terminal-based 
programs'
+arch=('i686' '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"
+}
+

Copied: libtermkey/repos/community-testing-x86_64/PKGBUILD (from rev 222384, 
libtermkey/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD                           (rev 0)
+++ community-testing-x86_64/PKGBUILD   2017-04-11 19:35:56 UTC (rev 222385)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Christian Hesse <[email protected]>
+# Contributor: Florian Walch <[email protected]>
+
+pkgname=libtermkey
+pkgver=0.20
+pkgrel=1
+pkgdesc='Library for easy processing of keyboard entry from terminal-based 
programs'
+arch=('i686' '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"
+}
+

Reply via email to