New package: font-fira-otf-4.202
This commit is contained in:
parent
2efc5636a8
commit
d60bbd1230
1 changed files with 23 additions and 0 deletions
23
srcpkgs/font-fira-otf/template
Normal file
23
srcpkgs/font-fira-otf/template
Normal file
|
@ -0,0 +1,23 @@
|
|||
# Template file for 'font-fira-otf
|
||||
pkgname=font-fira-otf
|
||||
version=4.202
|
||||
revision=1
|
||||
wrksrc=Fira-${version}
|
||||
noarch="yes"
|
||||
depends="font-util xbps-triggers"
|
||||
font_dirs="/usr/share/fonts/OTF"
|
||||
short_desc="Mozilla's new typeface OTF, 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/OTF
|
||||
|
||||
for files in otf/*.otf; do
|
||||
vinstall ${files} 0644 \
|
||||
/usr/share/fonts/OTF/
|
||||
done
|
||||
}
|
Loading…
Reference in a new issue