mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
Merge pull request #4462 from diogoleal/open-dyslexic
New package: font-open-dyslexic-ttf-20160623
This commit is contained in:
commit
8b23d14b5d
1 changed files with 21 additions and 0 deletions
21
srcpkgs/font-open-dyslexic-ttf/template
Normal file
21
srcpkgs/font-open-dyslexic-ttf/template
Normal file
|
@ -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…
Add table
Reference in a new issue