profont: remove

This commit is contained in:
maxice8 2019-03-11 16:13:59 -03:00
parent d658606201
commit d938b5a9e5
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B
2 changed files with 8 additions and 21 deletions

View file

@ -0,0 +1 @@
profont is no longer provided by Void Linux, and will be fully removed from the repos on 2019/06/11

View file

@ -1,23 +1,9 @@
# Template file for 'profont'
pkgname="profont"
version="1.0"
revision=1
noarch="yes"
hostmakedepends="unzip"
makedepends="font-util"
font_dirs="/usr/share/fonts/misc"
short_desc="A monospaced font created to be a most readable font for programming"
maintainer="Samantha Baldwin <fuhsaz+void@cryptic.li>"
license="MIT"
pkgname=profont
version=1.0
revision=2
archs=noarch
build_style=meta
short_desc="Monospaced font created for programming (removed package)"
license="metapackage"
homepage="http://tobiasjung.name/profont/"
distfiles="http://tobiasjung.name/downloadfile.php?file=${pkgname}-x11.zip"
checksum=99ab6ba0e48ea3cba2dee2bb0e1fafe0a4d60541ebc1a47a7cbdffee552c9ca7
wrksrc=${pkgname}-x11
do_install() {
for f in *.pcf; do
vinstall "$f" 644 usr/share/fonts/misc
done
vdoc readme.txt README
vlicense LICENSE
}