summaryrefslogtreecommitdiffstats
path: root/fonts-x11
diff options
context:
space:
mode:
authorIsmael Luceno2021-04-25 14:28:55 +0200
committerIsmael Luceno2021-04-25 14:28:55 +0200
commit1e3493f1544bcc6f2ea298b517a0b85ceca1acc5 (patch)
tree4d9b2cd3346e9fcf51f93bc4971b7b407cf8c454 /fonts-x11
parent1120d151aead8e6baa33fda4911bfba36fb024e2 (diff)
ttf-chunk: new spell, An ultra-bold, ultra-awesome slab serif typeface
Diffstat (limited to 'fonts-x11')
-rwxr-xr-xfonts-x11/ttf-chunk/BUILD1
-rwxr-xr-xfonts-x11/ttf-chunk/DEPENDS1
-rwxr-xr-xfonts-x11/ttf-chunk/DETAILS16
-rw-r--r--fonts-x11/ttf-chunk/HISTORY2
-rwxr-xr-xfonts-x11/ttf-chunk/INSTALL3
5 files changed, 23 insertions, 0 deletions
diff --git a/fonts-x11/ttf-chunk/BUILD b/fonts-x11/ttf-chunk/BUILD
new file mode 100755
index 0000000000..27ba77ddaf
--- /dev/null
+++ b/fonts-x11/ttf-chunk/BUILD
@@ -0,0 +1 @@
+true
diff --git a/fonts-x11/ttf-chunk/DEPENDS b/fonts-x11/ttf-chunk/DEPENDS
new file mode 100755
index 0000000000..82388ec8e0
--- /dev/null
+++ b/fonts-x11/ttf-chunk/DEPENDS
@@ -0,0 +1 @@
+. "$SECTION_DIRECTORY"/X11_DEPENDS
diff --git a/fonts-x11/ttf-chunk/DETAILS b/fonts-x11/ttf-chunk/DETAILS
new file mode 100755
index 0000000000..7b81068246
--- /dev/null
+++ b/fonts-x11/ttf-chunk/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=ttf-chunk
+ VERSION=20210303
+ XREF=12a243f3fb7c7a68844901023f7d95d6eaf14104
+ SOURCE="$SPELL-$XREF.tar.gz"
+ SOURCE_URL[0]=https://github.com/theleagueof/chunk/archive/$XREF.tar.gz
+ SOURCE_HASH=sha512:2cd8fba5d6220cfb295cf66e010c715d182cf9413a8e14a4f2db3acf757ac13a126b5159e8927fba4bb7f54a72f432de9101a1bd0e7f3f55b87b312226e35dc6
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/chunk-$XREF"
+ WEB_SITE="http://theleagueofmoveabletype.com/chunk"
+ LICENSE[0]=OFL
+ ENTERED=20210424
+ SHORT="An ultra-bold, ultra-awesome slab serif typeface"
+cat << EOF
+Chunk is an ultra-bold slab serif typeface that is reminiscent of old American
+Western woodcuts, broadsides, and newspaper headlines. Used mainly for display,
+the fat block lettering is unreserved yet refined for contemporary use.
+EOF
diff --git a/fonts-x11/ttf-chunk/HISTORY b/fonts-x11/ttf-chunk/HISTORY
new file mode 100644
index 0000000000..fed591e5d2
--- /dev/null
+++ b/fonts-x11/ttf-chunk/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-chunk/INSTALL b/fonts-x11/ttf-chunk/INSTALL
new file mode 100755
index 0000000000..e42f390e12
--- /dev/null
+++ b/fonts-x11/ttf-chunk/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" {} +