22 lines
832 B
Bash
22 lines
832 B
Bash
# Template file for 'font-iosevka'
|
|
pkgname=font-iosevka
|
|
version=28.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}/SuperTTC-Iosevka-${version}.zip
|
|
https://github.com/be5invis/Iosevka/releases/download/v${version}/SuperTTC-IosevkaSlab-${version}.zip"
|
|
checksum="461009f533e96fd47ab604f8df4f91cb68a726c32d2e24b9c50c243b28b21fdb
|
|
b1e166d35b1da79df08802cf2a69f14ed225f0f44e0ec9b1e8e9d2a4a64a3b58"
|
|
|
|
font_dirs="/usr/share/fonts/TTF"
|
|
|
|
do_install() {
|
|
vmkdir usr/share/fonts/TTF
|
|
vcopy *.ttc usr/share/fonts/TTF
|
|
}
|