summaryrefslogtreecommitdiffstats
path: root/fonts-x11
diff options
context:
space:
mode:
authorTreeve Jelbert2016-07-27 21:21:49 +0200
committerTreeve Jelbert2016-07-27 21:21:49 +0200
commitc3dfe63734abcd846c23dedbe559784626ab05bf (patch)
treefe7fe1dd3c6a130c66525a5ea09be2d50ac2bcc9 /fonts-x11
parentea4a6fda13010ab3c4c9fa3512c0dc90acb35ab6 (diff)
hack-v2.02
Diffstat (limited to 'fonts-x11')
-rwxr-xr-xfonts-x11/hack/BUILD1
-rwxr-xr-xfonts-x11/hack/DEPENDS1
-rwxr-xr-xfonts-x11/hack/DETAILS18
-rw-r--r--fonts-x11/hack/HISTORY2
-rwxr-xr-xfonts-x11/hack/INSTALL2
-rwxr-xr-xfonts-x11/hack/PRE_BUILD3
6 files changed, 27 insertions, 0 deletions
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 <treeve@sourcemage.org>
+ * 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