diff options
author | Cem Keylan <cem@ckyln.com> | 2020-04-08 18:01:13 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-04-08 18:01:13 +0300 |
commit | 717836be3d2198c1da596acc374cfbe9841dd8eb (patch) | |
tree | fdc16c5d3f4151d201253e4a8ada3b09ca108288 /community/xss-lock | |
parent | 6dd1ca5217146c16dfaaf1eb20e8cdcad561956c (diff) | |
download | repository-717836be3d2198c1da596acc374cfbe9841dd8eb.tar.gz |
xss-lock: add new package at git to community
Diffstat (limited to 'community/xss-lock')
-rwxr-xr-x | community/xss-lock/build | 9 | ||||
-rw-r--r-- | community/xss-lock/checksums | 1 | ||||
-rw-r--r-- | community/xss-lock/depends | 3 | ||||
-rw-r--r-- | community/xss-lock/sources | 1 | ||||
-rw-r--r-- | community/xss-lock/version | 1 |
5 files changed, 15 insertions, 0 deletions
diff --git a/community/xss-lock/build b/community/xss-lock/build new file mode 100755 index 00000000..cd659d72 --- /dev/null +++ b/community/xss-lock/build @@ -0,0 +1,9 @@ +#!/bin/sh -e + +export DESTDIR="$1" + +cmake -B build \ + -DCMAKE_INSTALL_PREFIX=/usr + +cmake --build build +cmake --install build diff --git a/community/xss-lock/checksums b/community/xss-lock/checksums new file mode 100644 index 00000000..b3ebc6e6 --- /dev/null +++ b/community/xss-lock/checksums @@ -0,0 +1 @@ +git git+https://bitbucket.org/raymonad/xss-lock diff --git a/community/xss-lock/depends b/community/xss-lock/depends new file mode 100644 index 00000000..11644ace --- /dev/null +++ b/community/xss-lock/depends @@ -0,0 +1,3 @@ +cmake make +glib +xcb-util diff --git a/community/xss-lock/sources b/community/xss-lock/sources new file mode 100644 index 00000000..6e20324f --- /dev/null +++ b/community/xss-lock/sources @@ -0,0 +1 @@ +git+https://bitbucket.org/raymonad/xss-lock diff --git a/community/xss-lock/version b/community/xss-lock/version new file mode 100644 index 00000000..a383ea1a --- /dev/null +++ b/community/xss-lock/version @@ -0,0 +1 @@ +git 1 |