diff options
author | Cem Keylan <cem@ckyln.com> | 2022-12-08 16:28:34 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2022-12-08 16:28:34 +0100 |
commit | 9f1ee2ab6e9690926b998b8a18019e163963c6e8 (patch) | |
tree | f98b81d561cc239777fd98f2ae178c4a3f157326 /extra/gcr4/build | |
parent | 58e3672c07e0d7a473975b27b38e1eb24827475f (diff) | |
download | repository-9f1ee2ab6e9690926b998b8a18019e163963c6e8.tar.gz |
gcr4: add new package at 3.41.1
Diffstat (limited to 'extra/gcr4/build')
-rwxr-xr-x | extra/gcr4/build | 13 |
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 |