From d938b5a9e570be5b54487f45cdb081ec1a293382 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Mon, 11 Mar 2019 16:13:59 -0300 Subject: [PATCH] profont: remove --- srcpkgs/profont/INSTALL.msg | 1 + srcpkgs/profont/template | 28 +++++++--------------------- 2 files changed, 8 insertions(+), 21 deletions(-) create mode 100644 srcpkgs/profont/INSTALL.msg 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 -}