font-hermit-otf: update to 2.0.
This commit is contained in:
parent
b6bb57aac6
commit
da288bcb40
|
@ -1,22 +1,25 @@
|
|||
# Template file for 'font-hermit-otf'
|
||||
pkgname=font-hermit-otf
|
||||
version=1.21
|
||||
revision=2
|
||||
version=2.0
|
||||
revision=1
|
||||
noarch=yes
|
||||
font_dirs="/usr/share/fonts/OTF"
|
||||
create_wrksrc=yes
|
||||
hostmakedepends="unzip"
|
||||
depends="font-util xbps-triggers"
|
||||
short_desc="A monospace font designed to be clear, pragmatic and very readable"
|
||||
short_desc="Monospace font designed to be clear, pragmatic and very readable"
|
||||
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||
license="OFL-1.1"
|
||||
homepage="https://pcaro.es/p/hermit/"
|
||||
distfiles="https://pcaro.es/d/otf-hermit-${version}.tar.gz"
|
||||
checksum=2966e83f012e6a31a861e3afdcb89d157f12b307f2367303d58be364d4308b85
|
||||
checksum=c04b432b088edabc8ff025049535077722869f842fb6f851864106b7f4f03527
|
||||
font_dirs="/usr/share/fonts/OTF"
|
||||
|
||||
do_install() {
|
||||
vmkdir usr/share/fonts/OTF
|
||||
vinstall Hermit-bold.otf 644 usr/share/fonts/OTF
|
||||
vinstall Hermit-light.otf 644 usr/share/fonts/OTF
|
||||
vinstall Hermit-medium.otf 644 usr/share/fonts/OTF
|
||||
vinstall Hermit-Bold.otf 644 usr/share/fonts/OTF
|
||||
vinstall Hermit-BoldItalic.otf 644 usr/share/fonts/OTF
|
||||
vinstall Hermit-Light.otf 644 usr/share/fonts/OTF
|
||||
vinstall Hermit-LightItalic.otf 644 usr/share/fonts/OTF
|
||||
vinstall Hermit-Regular.otf 644 usr/share/fonts/OTF
|
||||
vinstall Hermit-RegularItalic.otf 644 usr/share/fonts/OTF
|
||||
}
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
pkgname=otf-hermit
|
Loading…
Reference in New Issue