void-packages/srcpkgs/font-hack-otf/template

25 lines
858 B
Bash
Raw Normal View History

2015-09-15 00:43:41 +00:00
# Template file for 'font-hack-otf'
pkgname=font-hack-otf
2015-11-05 19:59:48 +00:00
version=2.018
2015-09-15 00:43:41 +00:00
revision=1
wrksrc=Hack-${version}
noarch="yes"
short_desc="A typeface designed for source code - OTF format"
maintainer="Diogo Leal <diogo@diogoleal.com>"
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"
2015-11-05 19:59:48 +00:00
checksum=20e28ef9095674a57114b7742a406ef2db020d809fb7470dbc1eed448e80b9c1
2015-09-15 00:43:41 +00:00
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
}