26 lines
1.0 KiB
Bash
26 lines
1.0 KiB
Bash
# Template file for 'font-iosevka'
|
|
pkgname=font-iosevka
|
|
version=11.0.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/"
|
|
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="72c3d557ff41d871680652f56afd565ba6834c90eadc45a4ec15410dce1c0c80
|
|
71416d2112cf6b934c5518fbbf3ecdcc9933effcb24995030add6a3153782792
|
|
453901626f47deb25e20fd77ddbe85d705e1550c5172b7878772aa9319c70306"
|
|
|
|
font_dirs="/usr/share/fonts/TTF"
|
|
|
|
do_install() {
|
|
vmkdir usr/share/fonts/TTF
|
|
vcopy *.ttc usr/share/fonts/TTF
|
|
vlicense LICENSE.txt LICENSE.md
|
|
}
|