aboutsummaryrefslogtreecommitdiff
path: root/repos/xorg/tewi-font/abuild
blob: 8b0ff5f4562aaf43138c830a65663df1a9400dd0 (plain)
1
2
3
4
5
6
7
8
9
10
11
name=tewi-font
version=2.0.2
release=1
source="https://github.com/lucy/${name}/archive/${version}/${name}-${version}.tar.gz"

build() {
	make var
	make all
	install -d -m755 "$PKG/usr/share/fonts/misc/"
	install -m644 -t "$PKG/usr/share/fonts/misc/" out/*.pcf.gz
}