From 661ec904a88404243f547309c3884d2860a9eaa3 Mon Sep 17 00:00:00 2001 From: Diogo Leal Date: Fri, 20 Nov 2015 00:42:47 -0200 Subject: [PATCH] New package: uthash-1.9.9 --- srcpkgs/uthash/template | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 srcpkgs/uthash/template diff --git a/srcpkgs/uthash/template b/srcpkgs/uthash/template new file mode 100644 index 00000000000..d5bc61e28b6 --- /dev/null +++ b/srcpkgs/uthash/template @@ -0,0 +1,23 @@ +# Template file for 'uthash' +pkgname=uthash +version=1.9.9 +revision=1 +short_desc="A hash table for C structures" +maintainer="Diogo Leal " +license="BSD" +homepage="http://troydhanson.github.com/uthash/" +distfiles="https://github.com/troydhanson/uthash/archive/v${version}.tar.gz" +checksum=f2f10115f4de03b98d8c2e860e241d165aa15019bd634ee0e3debe58341bbf0c + +do_install() { + vmkdir usr/include + vcopy src/utarray.h usr/include + vcopy src/uthash.h usr/include + vcopy src/utlist.h usr/include + vcopy src/utstring.h usr/include + vdoc doc/userguide.txt + vdoc doc/utarray.txt + vdoc doc/utlist.txt + vdoc doc/utstring.txt + vlicense doc/license.html +}