summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIsmael Luceno2021-04-25 14:28:59 +0200
committerIsmael Luceno2021-04-25 14:28:59 +0200
commit92b51599a2db05decb28e7b8148c829276d2f507 (patch)
tree9f10913ff2d4ccb64948f121b873da310d07ca3d
parent7930d7ae67444b9c6075a01bd9de3e5f0a67a2f5 (diff)
ttf-league-script-number-one: new spell, A modern, coquettish script font
-rw-r--r--ChangeLog2
-rwxr-xr-xfonts-x11/ttf-league-script-number-one/BUILD1
-rwxr-xr-xfonts-x11/ttf-league-script-number-one/DEPENDS1
-rwxr-xr-xfonts-x11/ttf-league-script-number-one/DETAILS17
-rw-r--r--fonts-x11/ttf-league-script-number-one/HISTORY2
-rwxr-xr-xfonts-x11/ttf-league-script-number-one/INSTALL3
6 files changed, 26 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 860e3ccf04..99abd7c14c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,8 @@
rocker within
* fonts-x11/ttf-league-gothic: new spell, A revival of an old classic, Alternate Gothic #1
* fonts-x11/ttf-league-mono: new spell, A monospace typeface inspired by Fira Mono, Libertinus Mono, and Courier.
+ * fonts-x11/ttf-league-script-number-one: new spell, A modern,
+ coquettish script font
2021-04-24 Ismael Luceno <ismael@sourcemage.org>
* fonts-x11/ttf-carlito: new spell, Carlito Typeface
diff --git a/fonts-x11/ttf-league-script-number-one/BUILD b/fonts-x11/ttf-league-script-number-one/BUILD
new file mode 100755
index 0000000000..27ba77ddaf
--- /dev/null
+++ b/fonts-x11/ttf-league-script-number-one/BUILD
@@ -0,0 +1 @@
+true
diff --git a/fonts-x11/ttf-league-script-number-one/DEPENDS b/fonts-x11/ttf-league-script-number-one/DEPENDS
new file mode 100755
index 0000000000..82388ec8e0
--- /dev/null
+++ b/fonts-x11/ttf-league-script-number-one/DEPENDS
@@ -0,0 +1 @@
+. "$SECTION_DIRECTORY"/X11_DEPENDS
diff --git a/fonts-x11/ttf-league-script-number-one/DETAILS b/fonts-x11/ttf-league-script-number-one/DETAILS
new file mode 100755
index 0000000000..e43d29ea32
--- /dev/null
+++ b/fonts-x11/ttf-league-script-number-one/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=ttf-league-script-number-one
+ VERSION=20110526
+ XREF=225add0b37cf8268759ba4572e02630d9fb54ecf
+ SOURCE="$SPELL-$XREF.tar.gz"
+ SOURCE_URL[0]=https://github.com/theleagueof/league-script-number-one/archive/$XREF.tar.gz
+ SOURCE_HASH=sha512:e95f0e2c79cb5d7507bfd375e41167b4a645924155997f1ed12afd257095100eb1ad72e3f7def4be57273f83c04d0246817e08c3b59a7779d55b861681f277d1
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/league-script-number-one-$XREF"
+ WEB_SITE="http://theleagueofmoveabletype.com/league-script-number-one"
+ LICENSE[0]=OFL
+ ENTERED=20210424
+ SHORT="A modern, coquettish script font"
+cat << EOF
+This ain’t no Lucinda. League Script #1 is a modern, coquettish script font that
+sits somewhere between your high school girlfriend’s love notes and handwritten
+letters from the ’20s. Designed exclusively for the League of Moveable Type, it
+includes ligatures and will act as the framework for future script designs.
+EOF
diff --git a/fonts-x11/ttf-league-script-number-one/HISTORY b/fonts-x11/ttf-league-script-number-one/HISTORY
new file mode 100644
index 0000000000..fed591e5d2
--- /dev/null
+++ b/fonts-x11/ttf-league-script-number-one/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-league-script-number-one/INSTALL b/fonts-x11/ttf-league-script-number-one/INSTALL
new file mode 100755
index 0000000000..e42f390e12
--- /dev/null
+++ b/fonts-x11/ttf-league-script-number-one/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" {} +