summaryrefslogtreecommitdiffstats
path: root/fonts-x11
diff options
context:
space:
mode:
Diffstat (limited to 'fonts-x11')
-rwxr-xr-xfonts-x11/ttf-league-mono/BUILD1
-rwxr-xr-xfonts-x11/ttf-league-mono/DEPENDS1
-rwxr-xr-xfonts-x11/ttf-league-mono/DETAILS16
-rw-r--r--fonts-x11/ttf-league-mono/HISTORY2
-rwxr-xr-xfonts-x11/ttf-league-mono/INSTALL3
5 files changed, 23 insertions, 0 deletions
diff --git a/fonts-x11/ttf-league-mono/BUILD b/fonts-x11/ttf-league-mono/BUILD
new file mode 100755
index 0000000000..27ba77ddaf
--- /dev/null
+++ b/fonts-x11/ttf-league-mono/BUILD
@@ -0,0 +1 @@
+true
diff --git a/fonts-x11/ttf-league-mono/DEPENDS b/fonts-x11/ttf-league-mono/DEPENDS
new file mode 100755
index 0000000000..82388ec8e0
--- /dev/null
+++ b/fonts-x11/ttf-league-mono/DEPENDS
@@ -0,0 +1 @@
+. "$SECTION_DIRECTORY"/X11_DEPENDS
diff --git a/fonts-x11/ttf-league-mono/DETAILS b/fonts-x11/ttf-league-mono/DETAILS
new file mode 100755
index 0000000000..b4f2f8032e
--- /dev/null
+++ b/fonts-x11/ttf-league-mono/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=ttf-league-mono
+ VERSION=2.220
+ SOURCE="LeagueMono-$VERSION.zip"
+ SOURCE_URL[0]="https://github.com/theleagueof/league-mono/releases/download/$VERSION/$SOURCE"
+ SOURCE_HASH=sha512:45071a6ae665ae70fa1548863bc251b9ecfa7cfff34daaea8d35dcec295178a7967913e7c157d550fd4ff902dd7cdcbe954a7be5481abe555da56c7e9f7ed128
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/${SOURCE%.zip}"
+ WEB_SITE="http://theleagueofmoveabletype.com/league-mono"
+ LICENSE[0]=OFL
+ ENTERED=20210424
+ SHORT="A monospace typeface inspired by Fira Mono, Libertinus Mono, and Courier."
+cat << EOF
+Monospace/variable font fun.
+
+League Mono is a mashup of sorts, inspired by some beautiful forms found in
+Fira Mono, Libertinus Mono, and Courier(?!).
+EOF
diff --git a/fonts-x11/ttf-league-mono/HISTORY b/fonts-x11/ttf-league-mono/HISTORY
new file mode 100644
index 0000000000..fed591e5d2
--- /dev/null
+++ b/fonts-x11/ttf-league-mono/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-mono/INSTALL b/fonts-x11/ttf-league-mono/INSTALL
new file mode 100755
index 0000000000..e42f390e12
--- /dev/null
+++ b/fonts-x11/ttf-league-mono/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" {} +