aboutsummaryrefslogtreecommitdiff
path: root/extra/tllist
diff options
context:
space:
mode:
Diffstat (limited to 'extra/tllist')
-rwxr-xr-xextra/tllist/build12
-rw-r--r--extra/tllist/checksums2
-rw-r--r--extra/tllist/meta3
-rw-r--r--extra/tllist/sources1
-rw-r--r--extra/tllist/version1
5 files changed, 19 insertions, 0 deletions
diff --git a/extra/tllist/build b/extra/tllist/build
new file mode 100755
index 00000000..8807bbbc
--- /dev/null
+++ b/extra/tllist/build
@@ -0,0 +1,12 @@
+#!/bin/sh -e
+
+export DESTDIR="$1"
+
+cl-meson \
+ . 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..af0cf114
--- /dev/null
+++ b/extra/tllist/checksums
@@ -0,0 +1,2 @@
+%BLAKE3
+8822c938a0aa3136f49a563099051b6c328b202257b803ae4a5c3db962bc9a34 1.1.0.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 <cem@carbslinux.org>
diff --git a/extra/tllist/sources b/extra/tllist/sources
new file mode 100644
index 00000000..e577bfda
--- /dev/null
+++ b/extra/tllist/sources
@@ -0,0 +1 @@
+https://codeberg.org/dnkl/tllist/archive/1.1.0.tar.gz
diff --git a/extra/tllist/version b/extra/tllist/version
new file mode 100644
index 00000000..7281bb52
--- /dev/null
+++ b/extra/tllist/version
@@ -0,0 +1 @@
+1.1.0 1