summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Glagolev2017-03-11 19:13:46 -0500
committerVlad Glagolev2017-03-11 19:13:46 -0500
commit0d5f051e8702c7db2c4b34d6033d610d30079aac (patch)
treed84fb2a795408b798a636dd14d40381149724193
parent555ec2f7dfb847e5f94b5b62c5ed1b37ad61294f (diff)
creep: new spell, pretty sweet 4px wide pixel font
-rw-r--r--ChangeLog1
-rwxr-xr-xfonts-x11/creep/BUILD1
-rwxr-xr-xfonts-x11/creep/DEPENDS2
-rwxr-xr-xfonts-x11/creep/DETAILS13
-rw-r--r--fonts-x11/creep/HISTORY2
-rwxr-xr-xfonts-x11/creep/INSTALL1
6 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bfe6760d7f..85a4e5a89b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@
aimed for FullHD displays
* fonts-x11/profont-x11: new spell, fixed width fonts especially for
long hacking sessions
+ * fonts-x11/creep: new spell, pretty sweet 4px wide pixel font
2017-03-11 Ismael Luceno <ismael@sourcemage.org>
* emacs-lisp/yasnippet-snippets: new spell, Yasnippet official
diff --git a/fonts-x11/creep/BUILD b/fonts-x11/creep/BUILD
new file mode 100755
index 0000000000..fb1dbec8ce
--- /dev/null
+++ b/fonts-x11/creep/BUILD
@@ -0,0 +1 @@
+bdftopcf creep.bdf | gzip -9 > creep.pcf.gz
diff --git a/fonts-x11/creep/DEPENDS b/fonts-x11/creep/DEPENDS
new file mode 100755
index 0000000000..e55186c68e
--- /dev/null
+++ b/fonts-x11/creep/DEPENDS
@@ -0,0 +1,2 @@
+depends smgl-foma &&
+depends bdftopcf
diff --git a/fonts-x11/creep/DETAILS b/fonts-x11/creep/DETAILS
new file mode 100755
index 0000000000..94a3c61076
--- /dev/null
+++ b/fonts-x11/creep/DETAILS
@@ -0,0 +1,13 @@
+ SPELL=creep
+ VERSION=0.31
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+ SOURCE_URL[0]=https://github.com/romeovs/${SPELL}/archive/${VERSION}.tar.gz
+ SOURCE_HASH=sha512:d3f7691ba20787233c2b3bdb75d6f4bdc6357f8270605351b7811b6249466664b0470c6449e492d641b26f98295a6934fc7647e0f86eb55bd93743da5c38086e
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE=https://github.com/romeovs/creep
+ LICENSE[0]=MIT
+ ENTERED=20170311
+ SHORT="pretty sweet 4px wide pixel font"
+cat << EOF
+creep is a pretty sweet 4px wide pixel font.
+EOF
diff --git a/fonts-x11/creep/HISTORY b/fonts-x11/creep/HISTORY
new file mode 100644
index 0000000000..cd5609d336
--- /dev/null
+++ b/fonts-x11/creep/HISTORY
@@ -0,0 +1,2 @@
+2017-03-11 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS, DEPENDS, BUILD, INSTALL: created spell, version 0.31
diff --git a/fonts-x11/creep/INSTALL b/fonts-x11/creep/INSTALL
new file mode 100755
index 0000000000..47058f1f09
--- /dev/null
+++ b/fonts-x11/creep/INSTALL
@@ -0,0 +1 @@
+install -D -vm 0644 creep.pcf.gz "${INSTALL_ROOT}/usr/share/fonts/X11/misc/"