gohufont: fix noarch=
This commit is contained in:
parent
92777573fc
commit
5f16425277
|
@ -1,11 +1,10 @@
|
|||
# Template file for 'gohufont'
|
||||
pkgname=gohufont
|
||||
version=2.1
|
||||
revision=1
|
||||
noarch="yes"
|
||||
makedepends="font-util"
|
||||
depends="${makedepends}"
|
||||
font_dirs="/usr/share/fonts/misc"
|
||||
revision=2
|
||||
archs=noarch
|
||||
makedepends="font-util xbps-triggers"
|
||||
depends="$makedepends"
|
||||
short_desc="Programming monospace bitmap"
|
||||
maintainer='Juan RP <xtraeme@voidlinux.org>'
|
||||
license="WTFPL"
|
||||
|
@ -13,6 +12,8 @@ homepage="http://font.gohu.org/"
|
|||
distfiles="http://font.gohu.org/${pkgname}-${version}.tar.gz"
|
||||
checksum=758d62c9350d51ae3738aff4bbcefa9ea6d173baf5b169232c895b6de3a1ba81
|
||||
|
||||
font_dirs="/usr/share/fonts/misc"
|
||||
|
||||
do_install() {
|
||||
for f in *.pcf.gz; do
|
||||
vinstall "$f" 644 usr/share/fonts/misc
|
||||
|
|
Loading…
Reference in New Issue