22 lines
709 B
Bash
22 lines
709 B
Bash
# Template file for 'font-iosevka'
|
|
pkgname=font-iosevka
|
|
version=1.4.2
|
|
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=cd898bf0e1666f40957ead90503730317efa1e328f0a416137fb0535e4631498
|
|
|
|
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
|
|
}
|