22 lines
709 B
Bash
22 lines
709 B
Bash
# Template file for 'font-iosevka'
|
|
pkgname=font-iosevka
|
|
version=1.3.0
|
|
revision=1
|
|
wrksrc=Iosevka-${version}
|
|
noarch="yes"
|
|
font_dirs="/usr/share/fonts/TTF"
|
|
depends="font-util xbps-triggers"
|
|
short_desc="A slender monospace sans-serif and slab-serif typeface"
|
|
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
|
license="SIL Open Font License"
|
|
homepage="https://be5invis.github.io/Iosevka/"
|
|
distfiles="https://github.com/be5invis/Iosevka/archive/v${version}.tar.gz"
|
|
checksum=5476c9ebf54e9df93373eddf0fa8816ac604af96228230d54940970f977c4cef
|
|
|
|
do_install() {
|
|
vmkdir usr/share/fonts/TTF
|
|
vcopy *.ttf usr/share/fonts/TTF
|
|
$XBPS_FETCH_CMD https://raw.githubusercontent.com/be5invis/Iosevka/master/LICENSE
|
|
vlicense LICENSE
|
|
}
|