diff --git a/wayland/tllist/build b/wayland/tllist/build new file mode 100755 index 00000000..ccd8c113 --- /dev/null +++ b/wayland/tllist/build @@ -0,0 +1,12 @@ +#!/bin/sh -e + +meson \ + --prefix=/usr \ + . output + +ninja -C output +ninja -C output install + +# $1 is never unset +# shellcheck disable=2115 +rm -rf "$1/usr/share" diff --git a/wayland/tllist/checksums b/wayland/tllist/checksums new file mode 100644 index 00000000..b10d91fb --- /dev/null +++ b/wayland/tllist/checksums @@ -0,0 +1 @@ +0e7b7094a02550dd80b7243bcffc3671550b0f1d8ba625e4dff52517827d5d23 diff --git a/wayland/tllist/depends b/wayland/tllist/depends new file mode 100644 index 00000000..36f6fe6c --- /dev/null +++ b/wayland/tllist/depends @@ -0,0 +1 @@ +meson make diff --git a/wayland/tllist/sources b/wayland/tllist/sources new file mode 100644 index 00000000..75887cc9 --- /dev/null +++ b/wayland/tllist/sources @@ -0,0 +1 @@ +https://codeberg.org/dnkl/tllist/archive/VERSION.tar.gz diff --git a/wayland/tllist/version b/wayland/tllist/version new file mode 100644 index 00000000..7281bb52 --- /dev/null +++ b/wayland/tllist/version @@ -0,0 +1 @@ +1.1.0 1