25 lines
933 B
Bash
25 lines
933 B
Bash
# Template file for 'font-iosevka'
|
|
pkgname=font-iosevka
|
|
version=3.6.0
|
|
revision=1
|
|
create_wrksrc=yes
|
|
depends="font-util"
|
|
short_desc="Slender monospace sans-serif and slab-serif typeface"
|
|
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
|
license="OFL-1.1"
|
|
homepage="https://typeof.net/Iosevka/"
|
|
distfiles="https://raw.githubusercontent.com/be5invis/Iosevka/v${version}/LICENSE.md>LICENSE.txt
|
|
https://github.com/be5invis/Iosevka/releases/download/v${version}/ttc-iosevka-${version}.zip
|
|
https://github.com/be5invis/Iosevka/releases/download/v${version}/ttc-iosevka-slab-${version}.zip"
|
|
checksum="e61c0988bb231a321f14cce1b119a468f279ea86826c32e943ab16dbf08c1ba9
|
|
b1e0b001e305f5fe8748f1c6851e9bcdde6d04a432e4b5a8a45aa611abab4674
|
|
332ca41473bf5d16cb75e6ab3fc823dc814b4bd05314f10dc640ae88ce6f522b"
|
|
|
|
font_dirs="/usr/share/fonts/TTF"
|
|
|
|
do_install() {
|
|
vmkdir usr/share/fonts/TTF
|
|
vcopy *.ttc usr/share/fonts/TTF
|
|
vlicense LICENSE.txt LICENSE.md
|
|
}
|