22 lines
832 B
Bash
22 lines
832 B
Bash
# Template file for 'font-iosevka'
|
|
pkgname=font-iosevka
|
|
version=30.0.1
|
|
revision=1
|
|
depends="font-util"
|
|
short_desc="Slender monospace sans-serif and slab-serif typeface"
|
|
maintainer="Jose G Perez Taveras <josegpt27@gmail.com>"
|
|
license="OFL-1.1"
|
|
homepage="https://typeof.net/Iosevka/"
|
|
changelog="https://raw.githubusercontent.com/be5invis/Iosevka/master/CHANGELOG.md"
|
|
distfiles="https://github.com/be5invis/Iosevka/releases/download/v${version}/SuperTTC-Iosevka-${version}.zip
|
|
https://github.com/be5invis/Iosevka/releases/download/v${version}/SuperTTC-IosevkaSlab-${version}.zip"
|
|
checksum="4883ed261deb20356537acadac6be72386853efbd3984ca30c4f367e8b19dcd8
|
|
3607dc17b31abf7da5fe0363144bc2b15286a24b001b9864aa74f984fc6735e3"
|
|
|
|
font_dirs="/usr/share/fonts/TTF"
|
|
|
|
do_install() {
|
|
vmkdir usr/share/fonts/TTF
|
|
vcopy *.ttc usr/share/fonts/TTF
|
|
}
|