From 7930d7ae67444b9c6075a01bd9de3e5f0a67a2f5 Mon Sep 17 00:00:00 2001 From: Ismael Luceno Date: Sun, 25 Apr 2021 14:28:58 +0200 Subject: ttf-league-mono: new spell, A monospace typeface inspired by Fira Mono, Libertinus Mono, and Courier. --- fonts-x11/ttf-league-mono/BUILD | 1 + fonts-x11/ttf-league-mono/DEPENDS | 1 + fonts-x11/ttf-league-mono/DETAILS | 16 ++++++++++++++++ fonts-x11/ttf-league-mono/HISTORY | 2 ++ fonts-x11/ttf-league-mono/INSTALL | 3 +++ 5 files changed, 23 insertions(+) create mode 100755 fonts-x11/ttf-league-mono/BUILD create mode 100755 fonts-x11/ttf-league-mono/DEPENDS create mode 100755 fonts-x11/ttf-league-mono/DETAILS create mode 100644 fonts-x11/ttf-league-mono/HISTORY create mode 100755 fonts-x11/ttf-league-mono/INSTALL (limited to 'fonts-x11') 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 + * 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" {} + -- cgit v1.2.3