font-open-dyslexic-ttf: fix noarch=
This commit is contained in:
parent
c9fe950a87
commit
e1370cd004
1 changed files with 5 additions and 4 deletions
|
@ -1,18 +1,19 @@
|
|||
# Template file for 'font-open-dyslexic-ttf'
|
||||
pkgname=font-open-dyslexic-ttf
|
||||
version=20160623
|
||||
revision=1
|
||||
revision=2
|
||||
archs=noarch
|
||||
wrksrc="open-dyslexic-${version}-Stable"
|
||||
noarch="yes"
|
||||
font_dirs="/usr/share/fonts/TTF"
|
||||
depends="font-util xbps-triggers"
|
||||
short_desc="A font created to increase readability for readers with dyslexia"
|
||||
short_desc="Font created to increase readability for readers with dyslexia"
|
||||
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||
license="CC-BY-3.0, Bitstream"
|
||||
homepage="http://opendyslexic.org/"
|
||||
distfiles="https://github.com/antijingoist/open-dyslexic/archive/${version}-Stable.tar.gz"
|
||||
checksum=a44fde7d5fcf1e3825d00de20f7d71fb7b339a7e71067cd9566e8ab16692802a
|
||||
|
||||
font_dirs="/usr/share/fonts/TTF"
|
||||
|
||||
do_install() {
|
||||
vmkdir usr/share/fonts/TTF
|
||||
vcopy ttf/*.ttf usr/share/fonts/TTF
|
||||
|
|
Loading…
Reference in a new issue