20 lines
564 B
Bash
20 lines
564 B
Bash
# Template file for 'font-go-ttf'
|
|
pkgname=font-go-ttf
|
|
version=2.010
|
|
revision=1
|
|
_git_rev="41969df76e82aeec85fa3821b1e24955ea993001"
|
|
short_desc="Typeface designed for go source code"
|
|
maintainer="Duncaen <duncaen@voidlinux.org>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://go.dev/blog/go-fonts"
|
|
distfiles="https://github.com/golang/image/archive/${_git_rev}.tar.gz"
|
|
checksum=2e3e6ebdd62a0825468a155524efb65b9bbe211db20a07906f417f12db58cc6e
|
|
|
|
do_install() {
|
|
cd font/gofont/ttfs
|
|
for f in *.ttf; do
|
|
vinstall $f 0644 /usr/share/fonts/TTF
|
|
done
|
|
vlicense README LICENSE
|
|
}
|