diff options
author | Cem Keylan <cem@ckyln.com> | 2021-05-17 10:19:06 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-05-17 10:19:06 +0300 |
commit | 6d1c6276b6a78173e89a9321c67ec126767bea37 (patch) | |
tree | 4f6fe1b83ed099b3f53dbd6396c319d4bd6729e9 /extra/seatd/build | |
parent | 1201b6fea28d1c465b5f31721047bdfbb18e914d (diff) | |
download | repository-6d1c6276b6a78173e89a9321c67ec126767bea37.tar.gz |
seatd: add new package at 0.5.0
Diffstat (limited to 'extra/seatd/build')
-rwxr-xr-x | extra/seatd/build | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/extra/seatd/build b/extra/seatd/build new file mode 100755 index 00000000..baf3a7b4 --- /dev/null +++ b/extra/seatd/build @@ -0,0 +1,15 @@ +#!/bin/sh -e + +export DESTDIR=$1 + +meson \ + --prefix=/usr \ + --buildtype=release \ + -Dexamples=disabled \ + -Dbuiltin=enabled \ + . output + +ninja -C output +ninja -C output install + +install-sv seatd.run |