commit 717836be3d2198c1da596acc374cfbe9841dd8eb
parent 6dd1ca5217146c16dfaaf1eb20e8cdcad561956c
Author: Cem Keylan <cem@ckyln.com>
Date: Wed, 8 Apr 2020 18:01:13 +0300
xss-lock: add new package at git to community
Diffstat:
5 files changed, 15 insertions(+), 0 deletions(-)
diff --git a/community/xss-lock/build 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
@@ -0,0 +1 @@
+git git+https://bitbucket.org/raymonad/xss-lock
diff --git a/community/xss-lock/depends 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
@@ -0,0 +1 @@
+git+https://bitbucket.org/raymonad/xss-lock
diff --git a/community/xss-lock/version b/community/xss-lock/version
@@ -0,0 +1 @@
+git 1