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 + 5 files changed, 19 insertions(+) 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 (limited to 'extra') 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 -- cgit v1.2.3