added ustash package
This commit is contained in:
parent
ebc66b0362
commit
be9c79c6b0
|
@ -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"
|
||||
}
|
Loading…
Reference in New Issue