summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www-apps/haunt/Manifest2
-rw-r--r--www-apps/haunt/haunt-0.2.4.ebuild16
2 files changed, 18 insertions, 0 deletions
diff --git a/www-apps/haunt/Manifest b/www-apps/haunt/Manifest
new file mode 100644
index 0000000..5cf284d
--- /dev/null
+++ b/www-apps/haunt/Manifest
@@ -0,0 +1,2 @@
+DIST haunt-0.2.4.tar.gz 301784 BLAKE2B 11f10f1d7dd8786abad4ec9feeb93feca90d5f0c0fba9aacca4558d2bf5befe17769899b0a1bf0092046a533b64bee1e516cea75ecf071cbdf8e52a9db2b44df SHA512 b705a3d842488bd1149901058be858d7194be60a7ca68db21904e550ae1a7cf34275c67c260555dd9686a15e605794966757f793df5882e44f54a4c08e5ca87a
+EBUILD haunt-0.2.4.ebuild 410 BLAKE2B 5db60213f1f0e0dc623aaa54857fd7c1cae156c6c30c33294a066b7d293b3a432ea73440ac6a4282b2186f0ce1c4f01b4be5ab25075a047918997e1bad357ce0 SHA512 9f146c12aa3f28ddc997d350a6993a5d6cd69abd590498d404d08447b3e79903062a7f7a5bc26d4fcd0922bf052f8a39ca74d19e44f29886088f80a5b56bfbcd
diff --git a/www-apps/haunt/haunt-0.2.4.ebuild b/www-apps/haunt/haunt-0.2.4.ebuild
new file mode 100644
index 0000000..faa3f57
--- /dev/null
+++ b/www-apps/haunt/haunt-0.2.4.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Simple, functional, hackable static site generator."
+HOMEPAGE="https://dthompson.us/projects/haunt.html"
+SRC_URI="https://files.dthompson.us/haunt/haunt-0.2.4.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-scheme/guile-2.0:="
+DEPEND="${RDEPEND}"