void-packages/srcpkgs/font-fantasque-sans-ttf/template
Kartik Singh ba1957037d font-fantasque-sans-ttf: updated to 1.7.2
Closes: #10935 [via git-merge-pr]
2018-01-18 15:25:58 +01:00

22 lines
739 B
Bash

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