New package: font-open-dyslexic-ttf-20160623
This commit is contained in:
parent
e103e6cd8b
commit
a9b6dfdb13
|
@ -0,0 +1,21 @@
|
|||
# Template file for 'font-open-dyslexic-ttf'
|
||||
pkgname=font-open-dyslexic-ttf
|
||||
version=20160623
|
||||
revision=1
|
||||
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"
|
||||
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
|
||||
|
||||
do_install() {
|
||||
vmkdir usr/share/fonts/TTF
|
||||
vcopy ttf/*.ttf usr/share/fonts/TTF
|
||||
sed -n '45,66p' README.md > license
|
||||
vlicense license
|
||||
}
|
Loading…
Reference in New Issue