ports/contrib (3.5): uthash: romster -> contrib
commit 48248bcacb2a067f439de26e26da232436429a8e Author: Danny Rawlins <monster.romster@gmail.com> Date: Sat Nov 30 18:54:14 2019 +1100 uthash: romster -> contrib diff --git a/uthash/.footprint b/uthash/.footprint new file mode 100644 index 000000000..2b4703487 --- /dev/null +++ b/uthash/.footprint @@ -0,0 +1,8 @@ +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 diff --git a/uthash/.signature b/uthash/.signature new file mode 100644 index 000000000..45f203337 --- /dev/null +++ b/uthash/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/contrib.pub +RWSagIOpLGJF3w5R0WtfoZllbeLlzdlUsOAHdb8cEiBf1JacERrMszB4M3KTpW4wopQdPgZVIXEGdbLgDXje+qU126d0fXwfnQo= +SHA256 (Pkgfile) = 5848ef6440cc30d530c68986240d4fdfd92fcc001dd1769a510a45066769853f +SHA256 (.footprint) = 23ee7e492f3ad3b871080d814482acf6baae8dfe89b669de9a2c8a4ea7cebd13 +SHA256 (uthash-v2.1.0.tar.gz) = 152ccd8e64d0f495377232e3964d06c7ec8bb8c3fbd3217f8a5702614f9a669e diff --git a/uthash/Pkgfile b/uthash/Pkgfile new file mode 100644 index 000000000..6bbfac8fa --- /dev/null +++ b/uthash/Pkgfile @@ -0,0 +1,14 @@ +# Description: C preprocessor implementations of a hash table and a linked list +# URL: http://troydhanson.github.io/uthash/index.html +# Maintainer: Danny Rawlins, crux at romster dot me + +name=uthash +version=2.1.0 +release=1 +source=(https://github.com/troydhanson/$name/archive/v$version/$name-v$version.tar.g...) + +build() { + cd $name-$version/src + install -d $PKG/usr/include/ + install -m 0644 -t $PKG/usr/include/ *.h +}
participants (1)
-
crux@crux.nu