26 lines
1.0 KiB
Bash
26 lines
1.0 KiB
Bash
# Template file for 'font-iosevka'
|
|
pkgname=font-iosevka
|
|
version=14.0.1
|
|
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="46ecadda73abf39cda76731a94fd357b743f882dc1156b4410a2967a811c4ff1
|
|
2c49519c5bbf339da1cbbd5a47fb4d008fc16fc51a7e72821126127879782e3f
|
|
f202fd85cc9e5e8cfb1eebf0acedb347f71d3e2d727e8fba2bfeaf038989bc89"
|
|
|
|
font_dirs="/usr/share/fonts/TTF"
|
|
|
|
do_install() {
|
|
vmkdir usr/share/fonts/TTF
|
|
vcopy *.ttc usr/share/fonts/TTF
|
|
vlicense LICENSE.txt LICENSE.md
|
|
}
|