20 lines
508 B
Bash
20 lines
508 B
Bash
# Template file for 'uthash'
|
|
pkgname=uthash
|
|
version=2.0.1
|
|
revision=1
|
|
short_desc="A hash table for C structures"
|
|
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
|
license="BSD"
|
|
homepage="http://troydhanson.github.com/uthash/"
|
|
distfiles="https://github.com/troydhanson/uthash/archive/v${version}.tar.gz"
|
|
checksum=613b95fcc368b7d015ad2d0802313277012f50c4ac290c3dfc142d42ebea3337
|
|
|
|
do_install() {
|
|
vmkdir usr/include
|
|
vcopy src/* /usr/include
|
|
cd doc/
|
|
for docs in *.txt; do
|
|
vdoc $docs
|
|
done
|
|
vlicense ../LICENSE
|
|
}
|