summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 966505baf074239ceb488abd7d562c347440d78c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# Maintainer: Milk Brewster (milk/milkii on Freenode)
pkgname=gohu-ttf
pkgver=1
pkgrel=1
epoch=
pkgdesc="gohufont run through fonttosfnt for an open type bitmap font"
arch=('any')
url="https://github.com/mxmilkiib/gohu-ttf"
license=('unknown')
groups=()
depends=()
makedepends=()
checkdepends=()
optdepends=()
provides=()
conflicts=()
replaces=()
backup=()
options=()
install=
changelog=
source=("git+https://github.com/mxmilkiib/gohu-ttf")
noextract=()
md5sums=('SKIP')

prepare() {
	cd "$pkgname"
}

build() {
	cd "$pkgname"
}

check() {
	cd "$pkgname"
}

package() {
	cd "$pkgname"
	install -Dm755 gohu.ttf "$pkgdir/usr/share/fonts/TTF/gohu-14.ttf"
}