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 -}