New package: fonts-roboto-ttf-2.138.
This commit is contained in:
parent
faa24244d2
commit
0cee3e1db6
1 changed files with 20 additions and 0 deletions
20
srcpkgs/fonts-roboto-ttf/template
Normal file
20
srcpkgs/fonts-roboto-ttf/template
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# Template file for 'fonts-roboto-ttf'
|
||||||
|
pkgname=fonts-roboto-ttf
|
||||||
|
version=2.138
|
||||||
|
revision=1
|
||||||
|
noarch=yes
|
||||||
|
wrksrc=roboto-${version}
|
||||||
|
depends="font-util"
|
||||||
|
font_dirs="/usr/share/fonts/TTF"
|
||||||
|
conflicts=google-fonts-ttf
|
||||||
|
short_desc="Google's signature family of fonts"
|
||||||
|
maintainer="travankor <travankor@tuta.io>"
|
||||||
|
license="Apache-2.0"
|
||||||
|
homepage="https://fonts.google.com/specimen/Roboto"
|
||||||
|
distfiles="https://github.com/google/roboto/archive/v${version}.tar.gz"
|
||||||
|
checksum=5427a734ba778333956093f85f5a67b7134ea925ef9dea236a2c5bd0d200341b
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
vmkdir usr/share/fonts/TTF
|
||||||
|
find . -type f -name '*.ttf' -exec install -Dm644 '{}' ${DESTDIR}/usr/share/fonts/TTF \;
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue