New package: font-fira-ttf-4.202
This commit is contained in:
parent
059fa86ab9
commit
b526b2da07
1 changed files with 23 additions and 0 deletions
23
srcpkgs/font-fira-ttf/template
Normal file
23
srcpkgs/font-fira-ttf/template
Normal file
|
@ -0,0 +1,23 @@
|
|||
# Template file for 'font-fira-ttf
|
||||
pkgname=font-fira-ttf
|
||||
version=4.202
|
||||
revision=1
|
||||
wrksrc=Fira-${version}
|
||||
noarch="yes"
|
||||
depends="font-util xbps-triggers"
|
||||
font_dirs="/usr/share/fonts/TTF"
|
||||
short_desc="Mozilla's new typeface TTF, used in Firefox OS"
|
||||
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||
license="OFL-1.1"
|
||||
homepage="http://mozilla.github.io/Fira/"
|
||||
distfiles="https://github.com/mozilla/Fira/archive/${version}.tar.gz"
|
||||
checksum=d86269657387f144d77ba12011124f30f423f70672e1576dc16f918bb16ddfe4
|
||||
|
||||
do_install() {
|
||||
vmkdir usr/share/fonts/TTF
|
||||
|
||||
for files in ttf/*.ttf; do
|
||||
vinstall ${files} 0644 \
|
||||
/usr/share/fonts/TTF/
|
||||
done
|
||||
}
|
Loading…
Reference in a new issue