mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
fonts-roboto-ttf: drop noarch, fix xlint.
This commit is contained in:
parent
d983bb725a
commit
b4d4e03e85
1 changed files with 3 additions and 4 deletions
|
@ -1,18 +1,17 @@
|
||||||
# Template file for 'fonts-roboto-ttf'
|
# Template file for 'fonts-roboto-ttf'
|
||||||
pkgname=fonts-roboto-ttf
|
pkgname=fonts-roboto-ttf
|
||||||
version=2.138
|
version=2.138
|
||||||
revision=1
|
revision=2
|
||||||
archs=noarch
|
|
||||||
wrksrc=roboto-${version}
|
wrksrc=roboto-${version}
|
||||||
depends="font-util"
|
depends="font-util"
|
||||||
font_dirs="/usr/share/fonts/TTF"
|
|
||||||
conflicts=google-fonts-ttf
|
|
||||||
short_desc="Google's signature family of fonts"
|
short_desc="Google's signature family of fonts"
|
||||||
maintainer="travankor <travankor@tuta.io>"
|
maintainer="travankor <travankor@tuta.io>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://fonts.google.com/specimen/Roboto"
|
homepage="https://fonts.google.com/specimen/Roboto"
|
||||||
distfiles="https://github.com/google/roboto/archive/v${version}.tar.gz"
|
distfiles="https://github.com/google/roboto/archive/v${version}.tar.gz"
|
||||||
checksum=5427a734ba778333956093f85f5a67b7134ea925ef9dea236a2c5bd0d200341b
|
checksum=5427a734ba778333956093f85f5a67b7134ea925ef9dea236a2c5bd0d200341b
|
||||||
|
font_dirs="/usr/share/fonts/TTF"
|
||||||
|
conflicts=google-fonts-ttf
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmkdir usr/share/fonts/TTF
|
vmkdir usr/share/fonts/TTF
|
||||||
|
|
Loading…
Add table
Reference in a new issue