15 lines
335 B
Plaintext
15 lines
335 B
Plaintext
# 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"
|
|
}
|