From 717836be3d2198c1da596acc374cfbe9841dd8eb Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Wed, 8 Apr 2020 18:01:13 +0300 Subject: xss-lock: add new package at git to community --- community/xss-lock/build | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 community/xss-lock/build (limited to 'community/xss-lock/build') 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 -- cgit v1.2.3