diff options
author | Cem Keylan <cem@ckyln.com> | 2019-12-17 17:51:47 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2019-12-17 17:51:47 +0300 |
commit | 56e10866e2fe9584aadf5d3775f4897b7b47cd01 (patch) | |
tree | b59a7fef8ab19dcc0d2b0149cc620d1f7e1e2b7a | |
parent | f3679bc1753889a950ab436438dd3269cb9ad84b (diff) | |
download | repository-56e10866e2fe9584aadf5d3775f4897b7b47cd01.tar.gz |
xcape: added package to xorg
-rwxr-xr-x | xorg/xcape/build | 4 | ||||
-rw-r--r-- | xorg/xcape/checksums | 1 | ||||
-rw-r--r-- | xorg/xcape/depends | 2 | ||||
-rw-r--r-- | xorg/xcape/sources | 1 | ||||
-rw-r--r-- | xorg/xcape/version | 1 |
5 files changed, 9 insertions, 0 deletions
diff --git a/xorg/xcape/build b/xorg/xcape/build new file mode 100755 index 00000000..0e6af0f2 --- /dev/null +++ b/xorg/xcape/build @@ -0,0 +1,4 @@ +#!/bin/sh -e + +make +make MANDIR=/share/man/man1 DESTDIR="$1" install diff --git a/xorg/xcape/checksums b/xorg/xcape/checksums new file mode 100644 index 00000000..937b7db2 --- /dev/null +++ b/xorg/xcape/checksums @@ -0,0 +1 @@ +a27ed884fd94f03058af65a39edfe3af3f2f8fbb76ba9920002a76be07fb2821 v1.2.tar.gz diff --git a/xorg/xcape/depends b/xorg/xcape/depends new file mode 100644 index 00000000..7b44152d --- /dev/null +++ b/xorg/xcape/depends @@ -0,0 +1,2 @@ +libXtst +libXi diff --git a/xorg/xcape/sources b/xorg/xcape/sources new file mode 100644 index 00000000..688a2ab5 --- /dev/null +++ b/xorg/xcape/sources @@ -0,0 +1 @@ +https://github.com/alols/xcape/archive/v1.2.tar.gz diff --git a/xorg/xcape/version b/xorg/xcape/version new file mode 100644 index 00000000..f76d8346 --- /dev/null +++ b/xorg/xcape/version @@ -0,0 +1 @@ +1.2 1 |