tllist: new at 1.1.0

This commit is contained in:
Owen Rafferty 2022-09-25 15:24:06 -05:00
parent d01918c2a4
commit 023a9d7dbb
No known key found for this signature in database
5 changed files with 16 additions and 0 deletions

12
wayland/tllist/build Executable file
View File

@ -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"

1
wayland/tllist/checksums Normal file
View File

@ -0,0 +1 @@
0e7b7094a02550dd80b7243bcffc3671550b0f1d8ba625e4dff52517827d5d23

1
wayland/tllist/depends Normal file
View File

@ -0,0 +1 @@
meson make

1
wayland/tllist/sources Normal file
View File

@ -0,0 +1 @@
https://codeberg.org/dnkl/tllist/archive/VERSION.tar.gz

1
wayland/tllist/version Normal file
View File

@ -0,0 +1 @@
1.1.0 1