From 2f7f1d0c51bd7c47858736cab9463ba5b7ab3037 Mon Sep 17 00:00:00 2001 From: Ismael Luceno Date: Sun, 25 Apr 2021 14:29:01 +0200 Subject: ttf-ostrich-sans: new spell, A gorgeous modern sans-serif with a very long neck --- fonts-x11/ttf-ostrich-sans/BUILD | 1 + fonts-x11/ttf-ostrich-sans/DEPENDS | 1 + fonts-x11/ttf-ostrich-sans/DETAILS | 15 +++++++++++++++ fonts-x11/ttf-ostrich-sans/HISTORY | 2 ++ fonts-x11/ttf-ostrich-sans/INSTALL | 3 +++ 5 files changed, 22 insertions(+) create mode 100755 fonts-x11/ttf-ostrich-sans/BUILD create mode 100755 fonts-x11/ttf-ostrich-sans/DEPENDS create mode 100755 fonts-x11/ttf-ostrich-sans/DETAILS create mode 100644 fonts-x11/ttf-ostrich-sans/HISTORY create mode 100755 fonts-x11/ttf-ostrich-sans/INSTALL (limited to 'fonts-x11') diff --git a/fonts-x11/ttf-ostrich-sans/BUILD b/fonts-x11/ttf-ostrich-sans/BUILD new file mode 100755 index 0000000000..27ba77ddaf --- /dev/null +++ b/fonts-x11/ttf-ostrich-sans/BUILD @@ -0,0 +1 @@ +true diff --git a/fonts-x11/ttf-ostrich-sans/DEPENDS b/fonts-x11/ttf-ostrich-sans/DEPENDS new file mode 100755 index 0000000000..82388ec8e0 --- /dev/null +++ b/fonts-x11/ttf-ostrich-sans/DEPENDS @@ -0,0 +1 @@ +. "$SECTION_DIRECTORY"/X11_DEPENDS diff --git a/fonts-x11/ttf-ostrich-sans/DETAILS b/fonts-x11/ttf-ostrich-sans/DETAILS new file mode 100755 index 0000000000..01f9a4ef0f --- /dev/null +++ b/fonts-x11/ttf-ostrich-sans/DETAILS @@ -0,0 +1,15 @@ + SPELL=ttf-ostrich-sans + VERSION=20140418 + XREF=a949d40d0576d12ba26e2a45e19c91fd0228c964 + SOURCE="$SPELL-$XREF.tar.gz" + SOURCE_URL[0]=https://github.com/theleagueof/ostrich-sans/archive/$XREF.tar.gz + SOURCE_HASH=sha512:e80505fe74f74caa13995a84ee078eee628dafe6c5b20f7f8c6e28cb02ac8e8a41e92cb41e6f921ba46c4d7e497b75823fede85b0c8c3a0d4179b7db671ac760 +SOURCE_DIRECTORY="$BUILD_DIRECTORY/ostrich-sans-$XREF" + WEB_SITE="http://theleagueofmoveabletype.com/ostrich-sans" + LICENSE[0]=OFL + ENTERED=20210424 + SHORT="A gorgeous modern sans-serif with a very long neck" +cat << EOF +A gorgeous modern sans-serif with a very long neck. With a whole slew of styles +& weights. +EOF diff --git a/fonts-x11/ttf-ostrich-sans/HISTORY b/fonts-x11/ttf-ostrich-sans/HISTORY new file mode 100644 index 0000000000..fed591e5d2 --- /dev/null +++ b/fonts-x11/ttf-ostrich-sans/HISTORY @@ -0,0 +1,2 @@ +2021-04-25 Ismael Luceno + * BUILD, DEPENDS, DETAILS, INSTALL: spell created diff --git a/fonts-x11/ttf-ostrich-sans/INSTALL b/fonts-x11/ttf-ostrich-sans/INSTALL new file mode 100755 index 0000000000..e42f390e12 --- /dev/null +++ b/fonts-x11/ttf-ostrich-sans/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