From 7e723a1272e98f85727590a85f28112cf83342ce Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 17 May 2021 10:27:09 +0300 Subject: tllist: add new package at 1.0.5 --- wayland/tllist/build | 13 +++++++++++++ wayland/tllist/checksums | 1 + wayland/tllist/sources | 1 + wayland/tllist/version | 1 + 4 files changed, 16 insertions(+) create mode 100755 wayland/tllist/build create mode 100644 wayland/tllist/checksums create mode 100644 wayland/tllist/sources create mode 100644 wayland/tllist/version (limited to 'wayland') 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 -- cgit v1.2.3