22 lines
896 B
Bash
22 lines
896 B
Bash
# Template file for 'font-iosevka'
|
|
pkgname=font-iosevka
|
|
version=33.2.6
|
|
revision=2
|
|
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="cdc5d97f4a417658ec24b85cb35621a79451a366afa28619b613e64d8f605cd9
|
|
3c8dfbc7c7c054d16aa0aa9f624947277e7e9f039b9ef70df85c3d961a1182b1"
|
|
font_dirs="/usr/share/fonts/TTF"
|
|
provides="font:monospace-0_1 font:sans-serif-0_1 font:serif-0_1"
|
|
|
|
do_install() {
|
|
vmkdir usr/share/fonts/TTF
|
|
vcopy *.ttc usr/share/fonts/TTF
|
|
}
|