25 lines
933 B
Bash
25 lines
933 B
Bash
# Template file for 'font-iosevka'
|
|
pkgname=font-iosevka
|
|
version=5.1.1
|
|
revision=1
|
|
create_wrksrc=yes
|
|
depends="font-util"
|
|
short_desc="Slender monospace sans-serif and slab-serif typeface"
|
|
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
|
license="OFL-1.1"
|
|
homepage="https://typeof.net/Iosevka/"
|
|
distfiles="https://raw.githubusercontent.com/be5invis/Iosevka/v${version}/LICENSE.md>LICENSE.txt
|
|
https://github.com/be5invis/Iosevka/releases/download/v${version}/ttc-iosevka-${version}.zip
|
|
https://github.com/be5invis/Iosevka/releases/download/v${version}/ttc-iosevka-slab-${version}.zip"
|
|
checksum="72c3d557ff41d871680652f56afd565ba6834c90eadc45a4ec15410dce1c0c80
|
|
d5025d8cc1e969fa2364d28f08a82478a839788ceb7d41d10367c25cbf79ca6b
|
|
80c1d9ea390414e645efadc9fd6792d8e05be8a983c2add505ae1b62c963ec8b"
|
|
|
|
font_dirs="/usr/share/fonts/TTF"
|
|
|
|
do_install() {
|
|
vmkdir usr/share/fonts/TTF
|
|
vcopy *.ttc usr/share/fonts/TTF
|
|
vlicense LICENSE.txt LICENSE.md
|
|
}
|