diff options
Diffstat (limited to 'wayland')
-rwxr-xr-x | wayland/tllist/build | 13 | ||||
-rw-r--r-- | wayland/tllist/checksums | 1 | ||||
-rw-r--r-- | wayland/tllist/sources | 1 | ||||
-rw-r--r-- | wayland/tllist/version | 1 |
4 files changed, 16 insertions, 0 deletions
diff --git a/wayland/tllist/build b/wayland/tllist/build new file mode 100755 index 00000000..2db8f35a --- /dev/null +++ b/wayland/tllist/build @@ -0,0 +1,13 @@ +#!/bin/sh -e + +export DESTDIR=$1 + +meson \ + --prefix=/usr \ + . output + +ninja -C output +ninja -C output install + +# Remove unneeded files. +rm -r "$1/usr/share" diff --git a/wayland/tllist/checksums b/wayland/tllist/checksums new file mode 100644 index 00000000..729422c8 --- /dev/null +++ b/wayland/tllist/checksums @@ -0,0 +1 @@ +b0f32c9b2c2015c8d8dd068fd4e8b586aa91ca1670badc274ec962559ee0aadd 1.0.5.tar.gz diff --git a/wayland/tllist/sources b/wayland/tllist/sources new file mode 100644 index 00000000..dec6a892 --- /dev/null +++ b/wayland/tllist/sources @@ -0,0 +1 @@ +https://codeberg.org/dnkl/tllist/archive/1.0.5.tar.gz diff --git a/wayland/tllist/version b/wayland/tllist/version new file mode 100644 index 00000000..46be4aa1 --- /dev/null +++ b/wayland/tllist/version @@ -0,0 +1 @@ +1.0.5 1 |