aboutsummaryrefslogtreecommitdiff
path: root/wayland/tllist
diff options
context:
space:
mode:
Diffstat (limited to 'wayland/tllist')
-rwxr-xr-xwayland/tllist/build13
-rw-r--r--wayland/tllist/checksums1
-rw-r--r--wayland/tllist/meta3
-rw-r--r--wayland/tllist/sources1
-rw-r--r--wayland/tllist/version1
5 files changed, 0 insertions, 19 deletions
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 <cem@carbslinux.org>
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