From 1e3493f1544bcc6f2ea298b517a0b85ceca1acc5 Mon Sep 17 00:00:00 2001 From: Ismael Luceno Date: Sun, 25 Apr 2021 14:28:55 +0200 Subject: ttf-chunk: new spell, An ultra-bold, ultra-awesome slab serif typeface --- fonts-x11/ttf-chunk/BUILD | 1 + fonts-x11/ttf-chunk/DEPENDS | 1 + fonts-x11/ttf-chunk/DETAILS | 16 ++++++++++++++++ fonts-x11/ttf-chunk/HISTORY | 2 ++ fonts-x11/ttf-chunk/INSTALL | 3 +++ 5 files changed, 23 insertions(+) create mode 100755 fonts-x11/ttf-chunk/BUILD create mode 100755 fonts-x11/ttf-chunk/DEPENDS create mode 100755 fonts-x11/ttf-chunk/DETAILS create mode 100644 fonts-x11/ttf-chunk/HISTORY create mode 100755 fonts-x11/ttf-chunk/INSTALL (limited to 'fonts-x11') 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 + * 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" {} + -- cgit v1.2.3