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

Felix Yan felixonmars at archlinux.org
Tue Jul 7 15:21:26 UTC 2020


    Date: Tuesday, July 7, 2020 @ 15:21:25
  Author: felixonmars
Revision: 658903

archrelease: copy trunk to community-staging-x86_64

Added:
  xcape/repos/community-staging-x86_64/
  xcape/repos/community-staging-x86_64/PKGBUILD
    (from rev 658902, xcape/trunk/PKGBUILD)

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

Copied: xcape/repos/community-staging-x86_64/PKGBUILD (from rev 658902, xcape/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-07-07 15:21:25 UTC (rev 658903)
@@ -0,0 +1,25 @@
+# Maintainer: Pierre Neidhardt <ambrevar at gmail.com>
+# Contributor: qwence <queen.wenceslas at gmail.com>
+# Contributor: Mariusz Libera <mariusz.libera at gmail.com>
+
+pkgname=xcape
+pkgver=1.2
+pkgrel=4
+pkgdesc="Configure modifier keys to act as other keys when pressed and released on their own"
+arch=('x86_64')
+url="https://github.com/alols/xcape"
+license=('GPL3')
+depends=('libxtst')
+source=("https://github.com/alols/xcape/archive/v${pkgver}.tar.gz")
+sha256sums=('a27ed884fd94f03058af65a39edfe3af3f2f8fbb76ba9920002a76be07fb2821')
+
+build() {
+	cd "$pkgname-$pkgver"
+	make
+}
+
+package() {
+	cd "$pkgname-$pkgver"
+	make DESTDIR="$pkgdir" MANDIR="/share/man/man1" install
+	install -Dm 644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
+}



More information about the arch-commits mailing list