22 lines
835 B
Bash
22 lines
835 B
Bash
# Template file for 'font-iosevka'
|
|
pkgname=font-iosevka
|
|
version=26.2.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}/super-ttc-iosevka-${version}.zip
|
|
https://github.com/be5invis/Iosevka/releases/download/v${version}/super-ttc-iosevka-slab-${version}.zip"
|
|
checksum="2987a2d12685c5cacc83becf779b3060ecee810c41d2bf5bd3bbac61756b82d3
|
|
2aae9c916e279bfb611e0a7ad50b303f89cc6fcf8266942abcc37d055eddb585"
|
|
|
|
font_dirs="/usr/share/fonts/TTF"
|
|
|
|
do_install() {
|
|
vmkdir usr/share/fonts/TTF
|
|
vcopy *.ttc usr/share/fonts/TTF
|
|
}
|