forked from ports/contrib
tllist: initial commit, version 1.0.5
This commit is contained in:
parent
08c9dff45b
commit
18e3ce6837
6
tllist/.footprint
Normal file
6
tllist/.footprint
Normal file
@ -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
|
5
tllist/.signature
Normal file
5
tllist/.signature
Normal file
@ -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
|
21
tllist/Pkgfile
Normal file
21
tllist/Pkgfile
Normal file
@ -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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user