2023-02-18 23:38:12 -05:00

26 lines
1.0 KiB
Bash

# Template file for 'font-iosevka'
pkgname=font-iosevka
version=19.0.1
revision=1
create_wrksrc=yes
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://raw.githubusercontent.com/be5invis/Iosevka/v${version}/LICENSE.md>LICENSE.txt
https://github.com/be5invis/Iosevka/releases/download/v${version}/super-ttc-iosevka-${version}.zip
https://github.com/be5invis/Iosevka/releases/download/v${version}/super-ttc-iosevka-slab-${version}.zip"
checksum="7484961b97b41985d54c21700e53f7142a7007d72401acbd32c0b9c6a5a0b558
45fb32dc14d88a8bce0762c5cdd277caa94750f58abb05202e9ccda92c50fb8c
0e131a73bf5b0b72c18b552b8060bf3a8b742fb176aadca88c522bc55b1c47b5"
font_dirs="/usr/share/fonts/TTF"
do_install() {
vmkdir usr/share/fonts/TTF
vcopy *.ttc usr/share/fonts/TTF
vlicense LICENSE.txt LICENSE.md
}