profont: remove
This commit is contained in:
parent
d658606201
commit
d938b5a9e5
2 changed files with 8 additions and 21 deletions
1
srcpkgs/profont/INSTALL.msg
Normal file
1
srcpkgs/profont/INSTALL.msg
Normal file
|
@ -0,0 +1 @@
|
|||
profont is no longer provided by Void Linux, and will be fully removed from the repos on 2019/06/11
|
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue