aboutsummaryrefslogtreecommitdiff
path: root/community/xss-lock/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-04-08 18:01:13 +0300
committerCem Keylan <cem@ckyln.com>2020-04-08 18:01:13 +0300
commit717836be3d2198c1da596acc374cfbe9841dd8eb (patch)
treefdc16c5d3f4151d201253e4a8ada3b09ca108288 /community/xss-lock/build
parent6dd1ca5217146c16dfaaf1eb20e8cdcad561956c (diff)
downloadrepository-717836be3d2198c1da596acc374cfbe9841dd8eb.tar.gz
xss-lock: add new package at git to community
Diffstat (limited to 'community/xss-lock/build')
-rwxr-xr-xcommunity/xss-lock/build9
1 files changed, 9 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