font-go-ttf: fix license
This commit is contained in:
parent
a0e65ca278
commit
26d5b15d92
1 changed files with 3 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'font-go-ttf'
|
# Template file for 'font-go-ttf'
|
||||||
pkgname=font-go-ttf
|
pkgname=font-go-ttf
|
||||||
version=0.0.20161117
|
version=0.0.20161117
|
||||||
revision=1
|
revision=2
|
||||||
_gitrev=b7f8df6bc082334698d4505fb85fa05e99156b72
|
_gitrev=b7f8df6bc082334698d4505fb85fa05e99156b72
|
||||||
wrksrc="image-${_gitrev}"
|
wrksrc="image-${_gitrev}"
|
||||||
short_desc="A typeface designed for go source code"
|
short_desc="A typeface designed for go source code"
|
||||||
maintainer="Michael Gehring <mg@ebfe.org>"
|
maintainer="Michael Gehring <mg@ebfe.org>"
|
||||||
license="GPL-3"
|
license="BSD"
|
||||||
homepage="https://blog.golang.org/go-fonts"
|
homepage="https://blog.golang.org/go-fonts"
|
||||||
distfiles="https://github.com/golang/image/archive/${_gitrev}.tar.gz"
|
distfiles="https://github.com/golang/image/archive/${_gitrev}.tar.gz"
|
||||||
checksum=41c620e40e47c3912ca87b4488b8936b6773761bc2388f0797b39cf5a6ad77e1
|
checksum=41c620e40e47c3912ca87b4488b8936b6773761bc2388f0797b39cf5a6ad77e1
|
||||||
|
@ -16,5 +16,5 @@ do_install() {
|
||||||
for f in *.ttf; do
|
for f in *.ttf; do
|
||||||
vinstall $f 0644 /usr/share/fonts/TTF
|
vinstall $f 0644 /usr/share/fonts/TTF
|
||||||
done
|
done
|
||||||
vlicense README
|
vlicense README LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue