Merge pull request #2525 from diogoleal/font-hack-otf
New package: font-hack-otf-2.013
This commit is contained in:
commit
3321a37e93
24
srcpkgs/font-hack-otf/template
Normal file
24
srcpkgs/font-hack-otf/template
Normal file
|
@ -0,0 +1,24 @@
|
|||
# Template file for 'font-hack-otf'
|
||||
pkgname=font-hack-otf
|
||||
version=2.013
|
||||
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"
|
||||
checksum=9fe8cf97610c4c8493f2d4732b037dfa4a9a155e0f0e99cb561c16aecff24dff
|
||||
|
||||
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
|
||||
}
|
Loading…
Reference in New Issue
Block a user