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