tewi-font: remove package

Upstream removed the font due to licensing issues:
https://github.com/lucy/tewi-font
This commit is contained in:
dogknowsnx
2026-03-17 17:39:01 -04:00
committed by classabbyamp
parent 0052ecc1bf
commit a14251de8a
2 changed files with 1 additions and 26 deletions
+1
View File
@@ -952,6 +952,7 @@ replaces="
tepl-devel<=6.8.0_2
tepl<=6.8.0_2
terminal_markdown_viewer<=1.6.3_4
tewi-font<=2.0.2_3
text-engine-demo<=0.1.1_1
text-engine-devel<=0.1.1_1
text-engine<=0.1.1_1
-26
View File
@@ -1,26 +0,0 @@
# Template file for 'tewi-font'
pkgname=tewi-font
version=2.0.2
revision=3
hostmakedepends="bdftopcf python3"
depends="font-util xbps-triggers"
short_desc="Programming monospace bitmap font"
maintainer='Adrian Siekierka <kontakt@asie.pl>'
license="MIT"
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
}
do_install() {
for f in out/*.pcf.gz; do
vinstall "$f" 644 usr/share/fonts/misc
done
vlicense LICENSE
vdoc README.md
}