diff --git a/packages/u/uthash/Pkgfile b/packages/u/uthash/Pkgfile new file mode 100644 index 0000000..5c8626a --- /dev/null +++ b/packages/u/uthash/Pkgfile @@ -0,0 +1,14 @@ +# Description: C macros for hash tables and more +# URL: https://troydhanson.github.io/uthash/ +# Maintainer: Alexander Zhirov + +name=uthash +version=2.3.0 +release=1 +source=(https://github.com/troydhanson/uthash/archive/v$version/$name-v$version.tar.gz) + +build() { + cd $name-$version + + install -vDm 644 src/* -t "$PKG/usr/include" +}