summaryrefslogtreecommitdiffstats
path: root/fonts-x11
diff options
context:
space:
mode:
authorLadislav Hagara2013-01-01 16:43:48 +0100
committerLadislav Hagara2013-01-01 16:43:48 +0100
commit0dcc0c7320239cd9ed476130dacf65944f6e7176 (patch)
tree08bb92ff5daaaf9f97d626c3c2d68d5a5698afb0 /fonts-x11
parentcc18095f3a659061dd03e9666ec546b6e0243fcd (diff)
fonts-x11/open-dyslexic: new spell, font for readers with dyslexia
Diffstat (limited to 'fonts-x11')
-rwxr-xr-xfonts-x11/open-dyslexic/BUILD0
-rwxr-xr-xfonts-x11/open-dyslexic/DEPENDS1
-rwxr-xr-xfonts-x11/open-dyslexic/DETAILS14
-rw-r--r--fonts-x11/open-dyslexic/HISTORY2
-rwxr-xr-xfonts-x11/open-dyslexic/INSTALL2
5 files changed, 19 insertions, 0 deletions
diff --git a/fonts-x11/open-dyslexic/BUILD b/fonts-x11/open-dyslexic/BUILD
new file mode 100755
index 0000000000..e69de29bb2
--- /dev/null
+++ b/fonts-x11/open-dyslexic/BUILD
diff --git a/fonts-x11/open-dyslexic/DEPENDS b/fonts-x11/open-dyslexic/DEPENDS
new file mode 100755
index 0000000000..5a065b4af1
--- /dev/null
+++ b/fonts-x11/open-dyslexic/DEPENDS
@@ -0,0 +1 @@
+source $SECTION_DIRECTORY/X11_DEPENDS
diff --git a/fonts-x11/open-dyslexic/DETAILS b/fonts-x11/open-dyslexic/DETAILS
new file mode 100755
index 0000000000..1d6e0cec54
--- /dev/null
+++ b/fonts-x11/open-dyslexic/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=open-dyslexic
+ VERSION=git
+ SOURCE=$SPELL-master.zip
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-master
+ SOURCE_URL[0]=https://github.com/antijingoist/open-dyslexic/archive/master.zip
+ SOURCE_IGNORE=volatile
+ LICENSE[0]=CC
+ WEB_SITE=http://dyslexicfonts.com/
+ ENTERED=20130101
+ SHORT="font created to increase readability for readers with dyslexia"
+cat << EOF
+OpenDyslexic is a open sourced font created to increase readability
+for readers with dyslexia.
+EOF
diff --git a/fonts-x11/open-dyslexic/HISTORY b/fonts-x11/open-dyslexic/HISTORY
new file mode 100644
index 0000000000..edded1aaa0
--- /dev/null
+++ b/fonts-x11/open-dyslexic/HISTORY
@@ -0,0 +1,2 @@
+2013-01-01 Ladislav Hagara <hgr@vabo.cz>
+ * DETAILS, DEPENDS, BUILD, INSTALL: spell created
diff --git a/fonts-x11/open-dyslexic/INSTALL b/fonts-x11/open-dyslexic/INSTALL
new file mode 100755
index 0000000000..9dcabb926f
--- /dev/null
+++ b/fonts-x11/open-dyslexic/INSTALL
@@ -0,0 +1,2 @@
+mkdir -p "$INSTALL_ROOT/usr/share/fonts/TTF" &&
+install -m 644 -o root -g root ttf/*.ttf "$INSTALL_ROOT/usr/share/fonts/TTF"