From baaa5ce83ffcc2937ac577c384c183c4fe5dda1b Mon Sep 17 00:00:00 2001 From: maxice8 Date: Mon, 29 Jan 2018 21:19:23 -0200 Subject: [PATCH] font-hack-otf: remove, eliminated on 3.000 by upstream --- srcpkgs/font-hack-otf/template | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 srcpkgs/font-hack-otf/template diff --git a/srcpkgs/font-hack-otf/template b/srcpkgs/font-hack-otf/template deleted file mode 100644 index 52ee3425323..00000000000 --- a/srcpkgs/font-hack-otf/template +++ /dev/null @@ -1,24 +0,0 @@ -# Template file for 'font-hack-otf' -pkgname=font-hack-otf -version=2.020 -revision=1 -wrksrc=Hack-${version} -noarch="yes" -short_desc="A typeface designed for source code - OTF format" -maintainer="Diogo Leal " -license="Hack Open Font License" -depends="font-util xbps-triggers" -hostmakedepends="unzip" -font_dirs="/usr/share/fonts/OTF" -homepage="http://sourcefoundry.org/hack/" -distfiles="https://github.com/chrissimpkins/Hack/archive/v${version}.tar.gz" -checksum=60c75b9a1e68fd8e450d56eadb66b963d2a0f1907fc2f0e9c9bfe6c00793ebfd - -do_install() { - vmkdir usr/share/fonts/OTF - vinstall build/otf/Hack-Bold.otf 644 usr/share/fonts/OTF - vinstall build/otf/Hack-BoldItalic.otf 644 usr/share/fonts/OTF - vinstall build/otf/Hack-Italic.otf 644 usr/share/fonts/OTF - vinstall build/otf/Hack-Regular.otf 644 usr/share/fonts/OTF - vlicense LICENSE.md -}