tewi-font: fix noarch=

This commit is contained in:
maxice8 2019-03-11 11:23:12 -03:00
parent 91ea921c3d
commit d658606201
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B

View file

@ -1,18 +1,19 @@
# Template file for 'tewi-font'
pkgname=tewi-font
version=2.0.2
revision=1
noarch="yes"
depends="font-util"
revision=2
archs=noarch
hostmakedepends="bdftopcf python3"
font_dirs="/usr/share/fonts/misc"
depends="font-util xbps-triggers"
short_desc="Programming monospace bitmap font"
maintainer='Adrian Siekierka <kontakt@asie.pl>'
license="MIT"
homepage="http://github.com/lucy/tewi-font"
homepage="https://github.com/lucy/tewi-font"
distfiles="https://github.com/lucy/tewi-font/archive/${version}.tar.gz"
checksum=ab75f32942424fadbd20cfc3fae264ec0f11cfe908aab9d1385840bee2831830
font_dirs="/usr/share/fonts/misc"
do_build() {
make
}