# Maintainer: Yaroslav de la Peña Smirnov pkgname=tomlc99-git _pkgname=${pkgname%-git} pkgver=r76.d17c005 pkgrel=1 epoch=1 pkgdesc="TOML C library" arch=('any') url="https://github.com/cktan/$_pkgname" license=('MIT') makedepends=('make') provides=('tomlc99') conflicts=('tomlc99') source=("git://github.com/cktan/$_pkgname.git") md5sums=('SKIP') pkgver() { cd "$srcdir/$_pkgname" printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)" } build() { cd "$srcdir/$_pkgname" make } package() { cd "$srcdir/$_pkgname" make prefix="$pkgdir/usr/" install }