2015-06-25 04:45:57 +09:00
|
|
|
# Maintainer: danb <danielbusch1992@googlemail.com>
|
|
|
|
|
|
|
|
pkgname=makefontpkg
|
2020-05-26 07:48:09 +09:00
|
|
|
pkgver=20200526
|
2015-06-25 04:45:57 +09:00
|
|
|
pkgrel=1
|
|
|
|
pkgdesc="Tool for creating packages from TrueType and OpenType fonts"
|
2016-03-21 02:36:13 +09:00
|
|
|
arch=(x86_64 i686)
|
2015-06-25 04:45:57 +09:00
|
|
|
url='http://github.com/misterdanb/makefontpkg'
|
2016-03-21 02:36:13 +09:00
|
|
|
license=(Beerware)
|
2019-04-12 23:05:01 +09:00
|
|
|
depends=(python3 pacman-contrib)
|
2016-03-21 02:36:13 +09:00
|
|
|
makedepends=(git)
|
2015-06-25 04:45:57 +09:00
|
|
|
options=('!strip' '!emptydirs')
|
|
|
|
source=('makefontpkg::git://github.com/misterdanb/makefontpkg.git')
|
|
|
|
md5sums=('SKIP')
|
|
|
|
|
|
|
|
package() {
|
|
|
|
install -Dm755 "$srcdir/$pkgname/$pkgname" "$pkgdir/usr/bin/$pkgname"
|
|
|
|
}
|