uthash: dropped unmaintained port

This commit is contained in:
Tim Biermann 2023-09-24 09:32:55 +02:00
parent a710b4de47
commit 2c4fd11104
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 27 deletions

View File

@ -1,8 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
-rw-r--r-- root/root usr/include/utarray.h
-rw-r--r-- root/root usr/include/uthash.h
-rw-r--r-- root/root usr/include/utlist.h
-rw-r--r-- root/root usr/include/utringbuffer.h
-rw-r--r-- root/root usr/include/utstack.h
-rw-r--r-- root/root usr/include/utstring.h

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF34nTP7iS0tho0vMAP2vs7hh0RYYd9aLviTl4ILgH0266y4xssnHpVAh3Zrih5dqlhZaf+7JtfvPZXbyC+zMCJAE=
SHA256 (Pkgfile) = 8ec1f5d7c6649b17b164cd78b13a30a796c8e02506acec3cb151812df4f376fb
SHA256 (.footprint) = 23ee7e492f3ad3b871080d814482acf6baae8dfe89b669de9a2c8a4ea7cebd13
SHA256 (uthash-v2.3.0.tar.gz) = e10382ab75518bad8319eb922ad04f907cb20cccb451a3aa980c9d005e661acc

View File

@ -1,14 +0,0 @@
# Description: C preprocessor implementations of a hash table and a linked list
# URL: http://troydhanson.github.io/uthash/index.html
# Maintainer: unmaintained
name=uthash
version=2.3.0
release=1
source=(https://github.com/troydhanson/$name/archive/v$version/$name-v$version.tar.gz)
build() {
cd $name-$version/src
install -d $PKG/usr/include/
install -m 0644 -t $PKG/usr/include/ *.h
}