python-texttable: update to 1.3.1
[void-packages.git] / srcpkgs / font-hack-ttf / template
blob2a53bc93d4a24a0e5624039940a77835b5639334
1 # Template file for 'font-hack-ttf'
2 pkgname=font-hack-ttf
3 version=3.003
4 revision=1
5 wrksrc=Hack-${version}
6 noarch="yes"
7 short_desc="A typeface designed for source code"
8 maintainer="Diogo Leal <diogo@diogoleal.com>"
9 license="MIT"
10 depends="font-util xbps-triggers"
11 hostmakedepends="unzip"
12 font_dirs="/usr/share/fonts/TTF"
13 homepage="http://sourcefoundry.org/hack/"
14 distfiles="https://github.com/chrissimpkins/Hack/archive/v${version}.tar.gz"
15 checksum=3c6f1a20e86744077e83c9bacf879a5b13f659f1c07e9c5c57d6efc3cbe66c07
17 do_install() {
18         vmkdir usr/share/fonts/TTF
19         vinstall build/ttf/Hack-Bold.ttf 644 usr/share/fonts/TTF
20         vinstall build/ttf/Hack-BoldItalic.ttf 644 usr/share/fonts/TTF
21         vinstall build/ttf/Hack-Italic.ttf 644 usr/share/fonts/TTF
22         vinstall build/ttf/Hack-Regular.ttf 644 usr/share/fonts/TTF
23         vlicense LICENSE.md