From 007c6a27d6594ef2fefe11413c066a9d8a6afa91 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Thu, 9 Sep 2021 22:23:58 +0300 Subject: tllist: move to extra --- extra/tllist/build | 13 +++++++++++++ extra/tllist/checksums | 1 + extra/tllist/meta | 3 +++ extra/tllist/sources | 1 + extra/tllist/version | 1 + wayland/tllist/build | 13 ------------- wayland/tllist/checksums | 1 - wayland/tllist/meta | 3 --- wayland/tllist/sources | 1 - wayland/tllist/version | 1 - 10 files changed, 19 insertions(+), 19 deletions(-) create mode 100755 extra/tllist/build create mode 100644 extra/tllist/checksums create mode 100644 extra/tllist/meta create mode 100644 extra/tllist/sources create mode 100644 extra/tllist/version delete mode 100755 wayland/tllist/build delete mode 100644 wayland/tllist/checksums delete mode 100644 wayland/tllist/meta delete mode 100644 wayland/tllist/sources delete mode 100644 wayland/tllist/version diff --git a/extra/tllist/build b/extra/tllist/build new file mode 100755 index 00000000..9a2713f1 --- /dev/null +++ b/extra/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/extra/tllist/checksums b/extra/tllist/checksums new file mode 100644 index 00000000..729422c8 --- /dev/null +++ b/extra/tllist/checksums @@ -0,0 +1 @@ +b0f32c9b2c2015c8d8dd068fd4e8b586aa91ca1670badc274ec962559ee0aadd 1.0.5.tar.gz diff --git a/extra/tllist/meta b/extra/tllist/meta new file mode 100644 index 00000000..00ebfca8 --- /dev/null +++ b/extra/tllist/meta @@ -0,0 +1,3 @@ +description: C header file only implementation of a typed linked list +license: MIT +maintainer: Cem Keylan diff --git a/extra/tllist/sources b/extra/tllist/sources new file mode 100644 index 00000000..dec6a892 --- /dev/null +++ b/extra/tllist/sources @@ -0,0 +1 @@ +https://codeberg.org/dnkl/tllist/archive/1.0.5.tar.gz diff --git a/extra/tllist/version b/extra/tllist/version new file mode 100644 index 00000000..46be4aa1 --- /dev/null +++ b/extra/tllist/version @@ -0,0 +1 @@ +1.0.5 1 diff --git a/wayland/tllist/build b/wayland/tllist/build deleted file mode 100755 index 9a2713f1..00000000 --- a/wayland/tllist/build +++ /dev/null @@ -1,13 +0,0 @@ -#!/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 deleted file mode 100644 index 729422c8..00000000 --- a/wayland/tllist/checksums +++ /dev/null @@ -1 +0,0 @@ -b0f32c9b2c2015c8d8dd068fd4e8b586aa91ca1670badc274ec962559ee0aadd 1.0.5.tar.gz diff --git a/wayland/tllist/meta b/wayland/tllist/meta deleted file mode 100644 index 00ebfca8..00000000 --- a/wayland/tllist/meta +++ /dev/null @@ -1,3 +0,0 @@ -description: C header file only implementation of a typed linked list -license: MIT -maintainer: Cem Keylan diff --git a/wayland/tllist/sources b/wayland/tllist/sources deleted file mode 100644 index dec6a892..00000000 --- a/wayland/tllist/sources +++ /dev/null @@ -1 +0,0 @@ -https://codeberg.org/dnkl/tllist/archive/1.0.5.tar.gz diff --git a/wayland/tllist/version b/wayland/tllist/version deleted file mode 100644 index 46be4aa1..00000000 --- a/wayland/tllist/version +++ /dev/null @@ -1 +0,0 @@ -1.0.5 1 -- cgit v1.2.3