diff options
| author | Cem Keylan <cem@ckyln.com> | 2021-05-15 22:04:29 +0300 |
|---|---|---|
| committer | Cem Keylan <cem@ckyln.com> | 2021-05-15 22:04:29 +0300 |
| commit | 2f8248944e46c9f7d6f85525030e90c720e0d794 (patch) | |
| tree | df9e15ac18f64b873c2db85a8ef890b21c47ed73 /extra/vala/build | |
| parent | 44862a9c937216d46606db742ce9c0ef18cde0c7 (diff) | |
| download | repository-2f8248944e46c9f7d6f85525030e90c720e0d794.tar.gz | |
vala: add new package at 0.52.3
Diffstat (limited to 'extra/vala/build')
| -rwxr-xr-x | extra/vala/build | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/extra/vala/build b/extra/vala/build new file mode 100755 index 00000000..f9b7713f --- /dev/null +++ b/extra/vala/build @@ -0,0 +1,8 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --disable-valadoc + +make +make DESTDIR="$1" install |
