mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
tewi-font: fix noarch=
This commit is contained in:
parent
91ea921c3d
commit
d658606201
1 changed files with 6 additions and 5 deletions
|
@ -1,18 +1,19 @@
|
||||||
# Template file for 'tewi-font'
|
# Template file for 'tewi-font'
|
||||||
pkgname=tewi-font
|
pkgname=tewi-font
|
||||||
version=2.0.2
|
version=2.0.2
|
||||||
revision=1
|
revision=2
|
||||||
noarch="yes"
|
archs=noarch
|
||||||
depends="font-util"
|
|
||||||
hostmakedepends="bdftopcf python3"
|
hostmakedepends="bdftopcf python3"
|
||||||
font_dirs="/usr/share/fonts/misc"
|
depends="font-util xbps-triggers"
|
||||||
short_desc="Programming monospace bitmap font"
|
short_desc="Programming monospace bitmap font"
|
||||||
maintainer='Adrian Siekierka <kontakt@asie.pl>'
|
maintainer='Adrian Siekierka <kontakt@asie.pl>'
|
||||||
license="MIT"
|
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"
|
distfiles="https://github.com/lucy/tewi-font/archive/${version}.tar.gz"
|
||||||
checksum=ab75f32942424fadbd20cfc3fae264ec0f11cfe908aab9d1385840bee2831830
|
checksum=ab75f32942424fadbd20cfc3fae264ec0f11cfe908aab9d1385840bee2831830
|
||||||
|
|
||||||
|
font_dirs="/usr/share/fonts/misc"
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue