summaryrefslogtreecommitdiffstats
path: root/fonts-x11
diff options
context:
space:
mode:
authorIsmael Luceno2021-04-25 14:29:01 +0200
committerIsmael Luceno2021-04-25 14:29:01 +0200
commit2f7f1d0c51bd7c47858736cab9463ba5b7ab3037 (patch)
tree3bbd339077b363dbfe1083cd6b225980bee2494c /fonts-x11
parent224186cb22e1f357355f454f7a15dee62288f4c9 (diff)
ttf-ostrich-sans: new spell, A gorgeous modern sans-serif with a very long neck
Diffstat (limited to 'fonts-x11')
-rwxr-xr-xfonts-x11/ttf-ostrich-sans/BUILD1
-rwxr-xr-xfonts-x11/ttf-ostrich-sans/DEPENDS1
-rwxr-xr-xfonts-x11/ttf-ostrich-sans/DETAILS15
-rw-r--r--fonts-x11/ttf-ostrich-sans/HISTORY2
-rwxr-xr-xfonts-x11/ttf-ostrich-sans/INSTALL3
5 files changed, 22 insertions, 0 deletions
diff --git a/fonts-x11/ttf-ostrich-sans/BUILD b/fonts-x11/ttf-ostrich-sans/BUILD
new file mode 100755
index 0000000000..27ba77ddaf
--- /dev/null
+++ b/fonts-x11/ttf-ostrich-sans/BUILD
@@ -0,0 +1 @@
+true
diff --git a/fonts-x11/ttf-ostrich-sans/DEPENDS b/fonts-x11/ttf-ostrich-sans/DEPENDS
new file mode 100755
index 0000000000..82388ec8e0
--- /dev/null
+++ b/fonts-x11/ttf-ostrich-sans/DEPENDS
@@ -0,0 +1 @@
+. "$SECTION_DIRECTORY"/X11_DEPENDS
diff --git a/fonts-x11/ttf-ostrich-sans/DETAILS b/fonts-x11/ttf-ostrich-sans/DETAILS
new file mode 100755
index 0000000000..01f9a4ef0f
--- /dev/null
+++ b/fonts-x11/ttf-ostrich-sans/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=ttf-ostrich-sans
+ VERSION=20140418
+ XREF=a949d40d0576d12ba26e2a45e19c91fd0228c964
+ SOURCE="$SPELL-$XREF.tar.gz"
+ SOURCE_URL[0]=https://github.com/theleagueof/ostrich-sans/archive/$XREF.tar.gz
+ SOURCE_HASH=sha512:e80505fe74f74caa13995a84ee078eee628dafe6c5b20f7f8c6e28cb02ac8e8a41e92cb41e6f921ba46c4d7e497b75823fede85b0c8c3a0d4179b7db671ac760
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/ostrich-sans-$XREF"
+ WEB_SITE="http://theleagueofmoveabletype.com/ostrich-sans"
+ LICENSE[0]=OFL
+ ENTERED=20210424
+ SHORT="A gorgeous modern sans-serif with a very long neck"
+cat << EOF
+A gorgeous modern sans-serif with a very long neck. With a whole slew of styles
+& weights.
+EOF
diff --git a/fonts-x11/ttf-ostrich-sans/HISTORY b/fonts-x11/ttf-ostrich-sans/HISTORY
new file mode 100644
index 0000000000..fed591e5d2
--- /dev/null
+++ b/fonts-x11/ttf-ostrich-sans/HISTORY
@@ -0,0 +1,2 @@
+2021-04-25 Ismael Luceno <ismael@sourcemage.org>
+ * BUILD, DEPENDS, DETAILS, INSTALL: spell created
diff --git a/fonts-x11/ttf-ostrich-sans/INSTALL b/fonts-x11/ttf-ostrich-sans/INSTALL
new file mode 100755
index 0000000000..e42f390e12
--- /dev/null
+++ b/fonts-x11/ttf-ostrich-sans/INSTALL
@@ -0,0 +1,3 @@
+fontdir="$INSTALL_ROOT/usr/share/fonts/TTF/" &&
+install -d "$fontdir" &&
+find "$SOURCE_DIRECTORY" -iname '*.[ot]tf' -exec install -vm444 -t "$fontdir" {} +