diff --git a/srcpkgs/profont/INSTALL.msg b/srcpkgs/profont/INSTALL.msg new file mode 100644 index 00000000000..b841172738b --- /dev/null +++ b/srcpkgs/profont/INSTALL.msg @@ -0,0 +1 @@ +profont is no longer provided by Void Linux, and will be fully removed from the repos on 2019/06/11 diff --git a/srcpkgs/profont/template b/srcpkgs/profont/template index 427aa1d7937..38ad8194953 100644 --- a/srcpkgs/profont/template +++ b/srcpkgs/profont/template @@ -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 " -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 -}