summaryrefslogtreecommitdiff
path: root/tllist
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2021-09-19 22:47:19 +0200
committerTim Biermann <tbier@posteo.de>2021-09-19 22:47:19 +0200
commit18e3ce6837bde992b2dd040cfe57dffeae0b6deb (patch)
tree071b2bf265a2e65dcbc6fbfcddf43815bd4f467d /tllist
parent08c9dff45be7a780ae229587ec1f582754e81a1c (diff)
downloadcontrib-18e3ce6837bde992b2dd040cfe57dffeae0b6deb.tar.gz
contrib-18e3ce6837bde992b2dd040cfe57dffeae0b6deb.tar.xz
tllist: initial commit, version 1.0.5
Diffstat (limited to 'tllist')
-rw-r--r--tllist/.footprint6
-rw-r--r--tllist/.signature5
-rw-r--r--tllist/Pkgfile21
3 files changed, 32 insertions, 0 deletions
diff --git a/tllist/.footprint b/tllist/.footprint
new file mode 100644
index 000000000..1f520995b
--- /dev/null
+++ b/tllist/.footprint
@@ -0,0 +1,6 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/include/
+-rw-r--r-- root/root usr/include/tllist.h
+drwxr-xr-x root/root usr/lib/
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/tllist.pc
diff --git a/tllist/.signature b/tllist/.signature
new file mode 100644
index 000000000..042a40d73
--- /dev/null
+++ b/tllist/.signature
@@ -0,0 +1,5 @@
+untrusted comment: verify with /etc/ports/contrib.pub
+RWSagIOpLGJF3xgBn23ino60U+u3jjfhAgG5ZT1nGAq34ghUmttaJvmV6GXomNM5heryHdewxMHNDSeuXwfFbiOavkWGXzd8Ewk=
+SHA256 (Pkgfile) = fb3a1bb0b96a32fa3f2025a729cf1a5cd6898b267d4c927f43fc8f647685ef0f
+SHA256 (.footprint) = e2f8ade3978f56e2f1287a1ba2da658bddc8014ffeeadf4a618821b62236d9ef
+SHA256 (1.0.5.tar.gz) = b0f32c9b2c2015c8d8dd068fd4e8b586aa91ca1670badc274ec962559ee0aadd
diff --git a/tllist/Pkgfile b/tllist/Pkgfile
new file mode 100644
index 000000000..e3343950f
--- /dev/null
+++ b/tllist/Pkgfile
@@ -0,0 +1,21 @@
+# Description: A typed linked list C header file only library
+# URL: https://codeberg.org/dnkl/tllist
+# Maintainer: Tim Biermann, tbier at posteo dot de
+# Depends on: meson ninja
+
+name=tllist
+version=1.0.5
+release=1
+source=(https://codeberg.org/dnkl/tllist/archive/$version.tar.gz)
+
+build() {
+ meson setup $name build \
+ --prefix=/usr \
+ --buildtype=plain \
+ --wrap-mode nodownload \
+ -D b_lto=true \
+ -D b_pie=true
+ meson compile -C build
+ DESTDIR=$PKG meson install -C build
+ rm -r $PKG/usr/share
+}

Generated by cgit