summaryrefslogtreecommitdiffstats
path: root/fonts-x11
diff options
context:
space:
mode:
Diffstat (limited to 'fonts-x11')
-rwxr-xr-xfonts-x11/ttf-raleway/BUILD1
-rwxr-xr-xfonts-x11/ttf-raleway/DEPENDS1
-rwxr-xr-xfonts-x11/ttf-raleway/DETAILS23
-rw-r--r--fonts-x11/ttf-raleway/HISTORY2
-rwxr-xr-xfonts-x11/ttf-raleway/INSTALL3
5 files changed, 30 insertions, 0 deletions
diff --git a/fonts-x11/ttf-raleway/BUILD b/fonts-x11/ttf-raleway/BUILD
new file mode 100755
index 0000000000..27ba77ddaf
--- /dev/null
+++ b/fonts-x11/ttf-raleway/BUILD
@@ -0,0 +1 @@
+true
diff --git a/fonts-x11/ttf-raleway/DEPENDS b/fonts-x11/ttf-raleway/DEPENDS
new file mode 100755
index 0000000000..82388ec8e0
--- /dev/null
+++ b/fonts-x11/ttf-raleway/DEPENDS
@@ -0,0 +1 @@
+. "$SECTION_DIRECTORY"/X11_DEPENDS
diff --git a/fonts-x11/ttf-raleway/DETAILS b/fonts-x11/ttf-raleway/DETAILS
new file mode 100755
index 0000000000..5705255447
--- /dev/null
+++ b/fonts-x11/ttf-raleway/DETAILS
@@ -0,0 +1,23 @@
+ SPELL=ttf-raleway
+ VERSION=4.101
+ SOURCE="Raleway-$VERSION.zip"
+ SOURCE_URL[0]="https://github.com/theleagueof/raleway/releases/download/$VERSION/$SOURCE"
+ SOURCE_HASH=sha512:cf1f563daec606763d558c45f08083903ee243e454434bf153c1cd0a3282c3a1e575620f520daafa47585aab1bae40e531d750b1060ca8cb390d97a49ef377e7
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/${SOURCE%.zip}"
+ WEB_SITE="http://theleagueofmoveabletype.com/raleway"
+ LICENSE[0]=OFL-1.1
+ ENTERED=20210424
+ SHORT="An elegant variable sans-serif typeface family"
+cat << EOF
+Raleway is an elegant sans-serif typeface family.
+
+Initially designed by Matt McInerney as a single thin weight, it was expanded
+into a 9 weight family by Pablo Impallari and Rodrigo Fuenzalida in 2012 and
+iKerned by Igino Marini. In 2013 the Italics where added, and most recently — a
+variable version.
+
+It features both old style and lining numerals, standard and discretionary
+ligatures, a pretty complete set of diacritics, as well as a stylistic alternate
+inspired by more geometric sans-serif typefaces than its neo-grotesque inspired
+default character set.
+EOF
diff --git a/fonts-x11/ttf-raleway/HISTORY b/fonts-x11/ttf-raleway/HISTORY
new file mode 100644
index 0000000000..fed591e5d2
--- /dev/null
+++ b/fonts-x11/ttf-raleway/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-raleway/INSTALL b/fonts-x11/ttf-raleway/INSTALL
new file mode 100755
index 0000000000..e42f390e12
--- /dev/null
+++ b/fonts-x11/ttf-raleway/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" {} +