summaryrefslogtreecommitdiffstats
path: root/fonts-x11
diff options
context:
space:
mode:
Diffstat (limited to 'fonts-x11')
-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
5 files changed, 24 insertions, 0 deletions
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" {} +