# Maintainer: danb pkgname=makefontpkg _pkgname="${pkgname}" pkgver=r28.3fed100 pkgrel=1 pkgdesc="Tool for creating packages from TrueType and OpenType fonts" arch=(x86_64 i686) url='http://github.com/misterdanb/makefontpkg' license=(GPL3) depends=(python3 pacman-contrib) makedepends=(git) # options=('!strip' '!emptydirs') source=("${_pkgname}::git+https://github.com/misterdanb/makefontpkg.git") md5sums=('SKIP') pkgver() { cd "${_pkgname}" || exit 1 printf 'r%s.%s' "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)" } package() { install -Dm755 "${_pkgname}/$pkgname" "$pkgdir/usr/bin/$pkgname" }