21 lines
588 B
Bash
21 lines
588 B
Bash
# Template file for 'font-go-ttf'
|
|
pkgname=font-go-ttf
|
|
version=0.0.20161117
|
|
revision=2
|
|
_gitrev=b7f8df6bc082334698d4505fb85fa05e99156b72
|
|
wrksrc="image-${_gitrev}"
|
|
short_desc="A typeface designed for go source code"
|
|
maintainer="Michael Gehring <mg@ebfe.org>"
|
|
license="BSD"
|
|
homepage="https://blog.golang.org/go-fonts"
|
|
distfiles="https://github.com/golang/image/archive/${_gitrev}.tar.gz"
|
|
checksum=41c620e40e47c3912ca87b4488b8936b6773761bc2388f0797b39cf5a6ad77e1
|
|
|
|
do_install() {
|
|
cd font/gofont/ttfs
|
|
for f in *.ttf; do
|
|
vinstall $f 0644 /usr/share/fonts/TTF
|
|
done
|
|
vlicense README LICENSE
|
|
}
|