pkgname: uthash pkgver: '2.4.0' pkgrel: 1 pkgdesc: C preprocessor implementations of a hash table and a linked list url: 'https://troydhanson.github.io/uthash/' arch: x86_64 depends: [] makedepends: [] source: - 'https://github.com/troydhanson/${pkgname}/archive/v${pkgver}.tar.gz' sha256sums: - SKIP build: | cd ${pkgname}-${pkgver}/src install -dm755 ${PKGDIR}/usr/include/ for h in *.h; do install -m 644 ${h} ${PKGDIR}/usr/include/ done package: | true