22 lines
752 B
Text
22 lines
752 B
Text
# Template file for 'font-fantasque-sans-ttf-nerdfont'
|
|
pkgname=font-fantasque-sans-ttf-nerdfont
|
|
version=3.0.2
|
|
revision=1
|
|
create_wrksrc=yes
|
|
depends="font-util xbps-triggers"
|
|
short_desc="Handwriting-like programming typeface with Nerd Icons"
|
|
maintainer="Kartik Singh <kartik.ynwa@gmail.com>"
|
|
license="OFL-1.1"
|
|
homepage="https://fontlibrary.org/en/font/fantasque-sans-mono"
|
|
distfiles="https://github.com/ryanoasis/nerd-fonts/releases/download/v${version}/FantasqueSansMono.zip"
|
|
checksum=aaa2a76df805beea647e9905e4464e72d112193e61fdc7e52c7da02d280e36c1
|
|
font_dirs="/usr/share/fonts/TTF"
|
|
|
|
do_install() {
|
|
vmkdir usr/share/fonts/TTF
|
|
vcopy *.ttf usr/share/fonts/TTF
|
|
# dos2unix
|
|
mv OFL.txt LICENSE.txt
|
|
sed -i LICENSE.txt -e 's;\r;;g'
|
|
vlicense LICENSE.txt
|
|
}
|