font-iosevka: update to 1.9.0
This commit is contained in:
parent
7976c6f2b0
commit
2cd5cc588c
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'font-iosevka'
|
||||
pkgname=font-iosevka
|
||||
version=1.8.6
|
||||
version=1.9.0
|
||||
revision=1
|
||||
create_wrksrc=yes
|
||||
noarch="yes"
|
||||
|
@ -12,11 +12,11 @@ maintainer="Diogo Leal <diogo@diogoleal.com>"
|
|||
license="SIL Open Font License"
|
||||
homepage="https://be5invis.github.io/Iosevka/"
|
||||
distfiles="https://github.com/be5invis/Iosevka/releases/download/v${version}/01.iosevka-${version}.zip"
|
||||
checksum=27508ea1de8e0224004e3a4568243922113c729c283d665a51bf331ef0b5b784
|
||||
checksum=c64e10c34f8f95a1a59e44d0a67dc2a702016da45e028b06ae8ac0bfd3203752
|
||||
|
||||
do_install() {
|
||||
vmkdir usr/share/fonts/TTF
|
||||
vcopy *.ttf usr/share/fonts/TTF
|
||||
$XBPS_FETCH_CMD https://raw.githubusercontent.com/be5invis/Iosevka/v${version}/LICENSE
|
||||
vlicense LICENSE
|
||||
$XBPS_FETCH_CMD https://raw.githubusercontent.com/be5invis/Iosevka/v${version}/LICENSE.md
|
||||
vlicense LICENSE.md
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue