summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 5a4c8287c7000f212487fc5e51628af488fe7b17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: danb <danielbusch1992@googlemail.com>

pkgname=makefontpkg
pkgver=20160320
pkgrel=1
pkgdesc="Tool for creating packages from TrueType and OpenType fonts"
arch=(x86_64 i686)
url='http://github.com/misterdanb/makefontpkg'
license=(Beerware)
depends=(python3)
makedepends=(git)
options=('!strip' '!emptydirs')
source=('makefontpkg::git://github.com/misterdanb/makefontpkg.git')
md5sums=('SKIP')

package() {
  install -Dm755 "$srcdir/$pkgname/$pkgname" "$pkgdir/usr/bin/$pkgname"
}