22 lines
832 B
Bash
22 lines
832 B
Bash
# Template file for 'font-iosevka'
|
|
pkgname=font-iosevka
|
|
version=28.0.0
|
|
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="9d123648fde276a44f2bf8225ec77a91c3f623f9d670033a22ddc79fe2467706
|
|
36a9319bf347e0f688301d58fc8e00a388eae4e603f0113d43d5c22db5a34143"
|
|
|
|
font_dirs="/usr/share/fonts/TTF"
|
|
|
|
do_install() {
|
|
vmkdir usr/share/fonts/TTF
|
|
vcopy *.ttc usr/share/fonts/TTF
|
|
}
|