aboutsummaryrefslogtreecommitdiff
path: root/extra/gcr4/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2022-12-08 16:28:34 +0100
committerCem Keylan <cem@ckyln.com>2022-12-08 16:28:34 +0100
commit9f1ee2ab6e9690926b998b8a18019e163963c6e8 (patch)
treef98b81d561cc239777fd98f2ae178c4a3f157326 /extra/gcr4/build
parent58e3672c07e0d7a473975b27b38e1eb24827475f (diff)
downloadrepository-9f1ee2ab6e9690926b998b8a18019e163963c6e8.tar.gz
gcr4: add new package at 3.41.1
Diffstat (limited to 'extra/gcr4/build')
-rwxr-xr-xextra/gcr4/build13
1 files changed, 13 insertions, 0 deletions
diff --git a/extra/gcr4/build b/extra/gcr4/build
new file mode 100755
index 00000000..d9e2e5f4
--- /dev/null
+++ b/extra/gcr4/build
@@ -0,0 +1,13 @@
+#!/bin/sh -e
+
+export DESTDIR="$1"
+
+cl-meson \
+ -Dintrospection=true \
+ -Dgtk_doc=false \
+ -Dssh_agent=false \
+ -Dsystemd=disabled \
+ . output
+
+ninja -C output
+ninja -C output install