diff options
author | Cem Keylan <cem@ckyln.com> | 2021-05-17 10:27:09 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-05-17 10:27:09 +0300 |
commit | 7e723a1272e98f85727590a85f28112cf83342ce (patch) | |
tree | 08b4f86cdb1855075f41347791b7b5e1ef844326 /wayland | |
parent | fd39e3c4a708a9aa5094e01c3daafb6e32d8d96e (diff) | |
download | repository-7e723a1272e98f85727590a85f28112cf83342ce.tar.gz |
tllist: add new package at 1.0.5
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 |