From c3dfe63734abcd846c23dedbe559784626ab05bf Mon Sep 17 00:00:00 2001 From: Treeve Jelbert Date: Wed, 27 Jul 2016 21:21:49 +0200 Subject: hack-v2.02 --- fonts-x11/hack/BUILD | 1 + fonts-x11/hack/DEPENDS | 1 + fonts-x11/hack/DETAILS | 18 ++++++++++++++++++ fonts-x11/hack/HISTORY | 2 ++ fonts-x11/hack/INSTALL | 2 ++ fonts-x11/hack/PRE_BUILD | 3 +++ 6 files changed, 27 insertions(+) create mode 100755 fonts-x11/hack/BUILD create mode 100755 fonts-x11/hack/DEPENDS create mode 100755 fonts-x11/hack/DETAILS create mode 100644 fonts-x11/hack/HISTORY create mode 100755 fonts-x11/hack/INSTALL create mode 100755 fonts-x11/hack/PRE_BUILD (limited to 'fonts-x11') diff --git a/fonts-x11/hack/BUILD b/fonts-x11/hack/BUILD new file mode 100755 index 0000000000..27ba77ddaf --- /dev/null +++ b/fonts-x11/hack/BUILD @@ -0,0 +1 @@ +true diff --git a/fonts-x11/hack/DEPENDS b/fonts-x11/hack/DEPENDS new file mode 100755 index 0000000000..9f16f82bde --- /dev/null +++ b/fonts-x11/hack/DEPENDS @@ -0,0 +1 @@ +. "$SECTION_DIRECTORY/X11_DEPENDS" diff --git a/fonts-x11/hack/DETAILS b/fonts-x11/hack/DETAILS new file mode 100755 index 0000000000..5919cadf1e --- /dev/null +++ b/fonts-x11/hack/DETAILS @@ -0,0 +1,18 @@ + SPELL=hack + SPELLX=Hack + VERSION=v2.020 + SOURCE_HASH=sha512:de3c8e13ace5ee49bb2b5dd331cc3109ad12b762f967c88cdf8f0d1080e5c3cb99d2dffe1c986c9fcc6e46e31c3bc7141cf1c9e1b8430d1ef76a90ab461d1a09 + SOURCE=$SPELLX-${VERSION//./_}-ttf.zip + DOCS="README LICENSE AUTHORS NEWS BUGS *.txt" + SOURCE_URL[0]=https://github.com/chrissimpkins/Hack/releases/download/${VERSION}/$SOURCE +SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELLX" + WEB_SITE=http://sourcefoundry.org/hack + LICENSE[0]="OFL" + KEYWORDS="fonts ttf" + SHORT="" +cat << EOF +Hack includes monospaced regular, bold, oblique, and bold oblique sets to cover all of your +syntax highlighting need. +Hack is hand groomed and optically balanced to be your go-to code face. +successor to Bitstream Vera and DejaVu +EOF diff --git a/fonts-x11/hack/HISTORY b/fonts-x11/hack/HISTORY new file mode 100644 index 0000000000..ac186b7d17 --- /dev/null +++ b/fonts-x11/hack/HISTORY @@ -0,0 +1,2 @@ +2016-07-27 Treeve Jelbert + * ALL: spell created version 2.020 diff --git a/fonts-x11/hack/INSTALL b/fonts-x11/hack/INSTALL new file mode 100755 index 0000000000..d2f15e6e63 --- /dev/null +++ b/fonts-x11/hack/INSTALL @@ -0,0 +1,2 @@ +install -vm 755 -d "$INSTALL_ROOT/usr/share/fonts/TTF" && +install -vm 644 *.ttf "$INSTALL_ROOT/usr/share/fonts/TTF" diff --git a/fonts-x11/hack/PRE_BUILD b/fonts-x11/hack/PRE_BUILD new file mode 100755 index 0000000000..fee3737273 --- /dev/null +++ b/fonts-x11/hack/PRE_BUILD @@ -0,0 +1,3 @@ +mk_source_dir $SOURCE_DIRECTORY && +cd $SOURCE_DIRECTORY && +unpack_file -- cgit v1.2.3