mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
gohufont: update to 2.1.
This commit is contained in:
parent
8a302e6b9f
commit
3bff95b35d
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'gohufont'
|
# Template file for 'gohufont'
|
||||||
pkgname=gohufont
|
pkgname=gohufont
|
||||||
version=2.0
|
version=2.1
|
||||||
revision=1
|
revision=1
|
||||||
noarch="yes"
|
noarch="yes"
|
||||||
makedepends="font-util"
|
makedepends="font-util"
|
||||||
|
@ -11,12 +11,12 @@ maintainer='Juan RP <xtraeme@voidlinux.eu>'
|
||||||
license="WTFPL"
|
license="WTFPL"
|
||||||
homepage="http://font.gohu.org/"
|
homepage="http://font.gohu.org/"
|
||||||
distfiles="http://font.gohu.org/${pkgname}-${version}.tar.gz"
|
distfiles="http://font.gohu.org/${pkgname}-${version}.tar.gz"
|
||||||
checksum=fa2c1b625056e20199dcf9b7f1f73750b101bc6a789b297ebca2d421b73b286e
|
checksum=758d62c9350d51ae3738aff4bbcefa9ea6d173baf5b169232c895b6de3a1ba81
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
for f in *.pcf.gz; do
|
for f in *.pcf.gz; do
|
||||||
vinstall "$f" 644 usr/share/fonts/misc
|
vinstall "$f" 644 usr/share/fonts/misc
|
||||||
done
|
done
|
||||||
vlicense COPYING-LICENSE
|
vlicense COPYING-LICENSE
|
||||||
vdoc README
|
vdoc README.md
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue