From 6aacb1e953f051e5a275eb77313592089a9994ae Mon Sep 17 00:00:00 2001 From: Ismael Luceno Date: Sun, 25 Apr 2021 14:29:00 +0200 Subject: ttf-linden-hill: new spell, A digital version of Frederic Goudy's Deepdene --- fonts-x11/ttf-linden-hill/BUILD | 1 + fonts-x11/ttf-linden-hill/DEPENDS | 1 + fonts-x11/ttf-linden-hill/DETAILS | 15 +++++++++++++++ fonts-x11/ttf-linden-hill/HISTORY | 2 ++ fonts-x11/ttf-linden-hill/INSTALL | 3 +++ 5 files changed, 22 insertions(+) create mode 100755 fonts-x11/ttf-linden-hill/BUILD create mode 100755 fonts-x11/ttf-linden-hill/DEPENDS create mode 100755 fonts-x11/ttf-linden-hill/DETAILS create mode 100644 fonts-x11/ttf-linden-hill/HISTORY create mode 100755 fonts-x11/ttf-linden-hill/INSTALL (limited to 'fonts-x11') diff --git a/fonts-x11/ttf-linden-hill/BUILD b/fonts-x11/ttf-linden-hill/BUILD new file mode 100755 index 0000000000..27ba77ddaf --- /dev/null +++ b/fonts-x11/ttf-linden-hill/BUILD @@ -0,0 +1 @@ +true diff --git a/fonts-x11/ttf-linden-hill/DEPENDS b/fonts-x11/ttf-linden-hill/DEPENDS new file mode 100755 index 0000000000..82388ec8e0 --- /dev/null +++ b/fonts-x11/ttf-linden-hill/DEPENDS @@ -0,0 +1 @@ +. "$SECTION_DIRECTORY"/X11_DEPENDS diff --git a/fonts-x11/ttf-linden-hill/DETAILS b/fonts-x11/ttf-linden-hill/DETAILS new file mode 100755 index 0000000000..177c2b8bd0 --- /dev/null +++ b/fonts-x11/ttf-linden-hill/DETAILS @@ -0,0 +1,15 @@ + SPELL=ttf-linden-hill + VERSION=20110526 + XREF=a3f7ae6c4cac1b7e5ce5269e1fcc6a2fbb9e31ee + SOURCE="$SPELL-$XREF.tar.gz" + SOURCE_URL[0]=https://github.com/theleagueof/linden-hill/archive/$XREF.tar.gz + SOURCE_HASH=sha512:bc96f6dd9a5c411c0c8fd5dbcbddb2d93b96db48cb313e5903004b6056677c1ae522fe8fa148620b48b566a674e14ee638b30d6ac6a645e58e752eab148aa1c1 +SOURCE_DIRECTORY="$BUILD_DIRECTORY/linden-hill-$XREF" + WEB_SITE="http://theleagueofmoveabletype.com/linden-hill" + LICENSE[0]=OFL + ENTERED=20210424 + SHORT="A digital version of Frederic Goudy's Deepdene" +cat << EOF +Linden Hill is a digital version of Frederic Goudy's Deepdene. The package +includes roman and italic. +EOF diff --git a/fonts-x11/ttf-linden-hill/HISTORY b/fonts-x11/ttf-linden-hill/HISTORY new file mode 100644 index 0000000000..fed591e5d2 --- /dev/null +++ b/fonts-x11/ttf-linden-hill/HISTORY @@ -0,0 +1,2 @@ +2021-04-25 Ismael Luceno + * BUILD, DEPENDS, DETAILS, INSTALL: spell created diff --git a/fonts-x11/ttf-linden-hill/INSTALL b/fonts-x11/ttf-linden-hill/INSTALL new file mode 100755 index 0000000000..e42f390e12 --- /dev/null +++ b/fonts-x11/ttf-linden-hill/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