added ustash package

This commit is contained in:
Alexander Zhirov 2024-03-14 18:58:53 +03:00
parent ebc66b0362
commit be9c79c6b0
1 changed files with 14 additions and 0 deletions

14
packages/u/uthash/Pkgfile Normal file
View File

@ -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"
}