font-fantasque-sans-ttf: updated to 1.7.2

Closes: #10935 [via git-merge-pr]
This commit is contained in:
Kartik Singh 2018-01-17 14:11:46 -05:00 committed by Jürgen Buchmüller
parent 38dce4637f
commit ba1957037d

View file

@ -1,6 +1,6 @@
# Template file for 'font-fantasque-sans-ttf' # Template file for 'font-fantasque-sans-ttf'
pkgname=font-fantasque-sans-ttf pkgname=font-fantasque-sans-ttf
version=1.7.1 version=1.7.2
revision=1 revision=1
create_wrksrc=yes create_wrksrc=yes
noarch="yes" noarch="yes"
@ -10,13 +10,13 @@ short_desc="A handwriting-like programming typeface"
maintainer="Kartik Singh <kartik.ynwa@gmail.com>" maintainer="Kartik Singh <kartik.ynwa@gmail.com>"
license="SIL Open Font License" license="SIL Open Font License"
homepage="https://fontlibrary.org/en/font/fantasque-sans-mono" homepage="https://fontlibrary.org/en/font/fantasque-sans-mono"
distfiles="https://github.com/belluzj/fantasque-sans/releases/download/v${version}/FantasqueSansMono.tar.gz" distfiles="https://github.com/belluzj/fantasque-sans/releases/download/v${version}/FantasqueSansMono-Normal.tar.gz"
checksum=96112ca66ae1e1f1b1a138b965c209a46d869e65382241394b6d47936fa65380 checksum=8d96295a75a71d6ddb3a905ff8db993bd6990602d3b38dd4428827af8f6ef2f7
do_install() { do_install() {
vmkdir usr/share/fonts/TTF vmkdir usr/share/fonts/TTF
vcopy *.ttf usr/share/fonts/TTF vcopy TTF/*.ttf usr/share/fonts/TTF
# dos2unix # dos2unix
sed -i OFL.txt -e 's;\r;;g' sed -i LICENSE.txt -e 's;\r;;g'
vlicense OFL.txt vlicense LICENSE.txt
} }