aboutsummaryrefslogtreecommitdiff
path: root/extra/basu/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-08-08 21:48:26 +0300
committerCem Keylan <cem@ckyln.com>2021-08-08 21:48:26 +0300
commitf0242edd878f66919a227fdfebcf740816269b7c (patch)
tree1d75cf589958da13a6fb5afb5c7045a3a45be8f3 /extra/basu/build
parent6146e5fc3773b01e3696aa7e879ac39de8fa5fbc (diff)
downloadrepository-f0242edd878f66919a227fdfebcf740816269b7c.tar.gz
basu: add new package at 0.2.0
Diffstat (limited to 'extra/basu/build')
-rwxr-xr-xextra/basu/build10
1 files changed, 10 insertions, 0 deletions
diff --git a/extra/basu/build b/extra/basu/build
new file mode 100755
index 00000000..64ee0e20
--- /dev/null
+++ b/extra/basu/build
@@ -0,0 +1,10 @@
+#!/bin/sh -e
+
+export DESTDIR="$1"
+
+meson \
+ --prefix=/usr \
+ . output
+
+ninja -C output
+ninja -C output install