Signed-off-by: Arsen Arsenović <ar...@gentoo.org> --- profiles/package.mask | 1 + www-apps/haunt/Manifest | 1 + www-apps/haunt/haunt-0.3.0.ebuild | 25 +++++++++++++++++++++++++ www-apps/haunt/metadata.xml | 12 ++++++++++++ 4 files changed, 39 insertions(+) create mode 100644 www-apps/haunt/Manifest create mode 100644 www-apps/haunt/haunt-0.3.0.ebuild create mode 100644 www-apps/haunt/metadata.xml
diff --git a/profiles/package.mask b/profiles/package.mask index 24f0cbdb5b19..02eb6d53fdcd 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -37,6 +37,7 @@ # Guile rework masks. Mask all packages or package versions that are # being bumped as part of the Guile reslotting process. # Masked until the whole Guile ecosystem is updated. +www-apps/haunt dev-scheme/guile-commonmark >=dev-scheme/guile-reader-0.6.3-r100 dev-scheme/guile:2.2 diff --git a/www-apps/haunt/Manifest b/www-apps/haunt/Manifest new file mode 100644 index 000000000000..e6f735dc61ac --- /dev/null +++ b/www-apps/haunt/Manifest @@ -0,0 +1 @@ +DIST haunt-0.3.0.tar.gz 312441 BLAKE2B a16a8f659bc4444dc3749ef30b86479c666bbeaf4379114d23471930d343f325e26898dba53cc515db06f415e236e3bc5f09916e1a395f21d1d7ed2982d334d1 SHA512 25690aa6c3edfc4d9e93f64f3ebfb6bad8b508c6eadb2e0b3a57f9e79a32930aaec82d19b3b89ea5df51f575e512ca18cfccb71fea421559166dee2e986a5451 diff --git a/www-apps/haunt/haunt-0.3.0.ebuild b/www-apps/haunt/haunt-0.3.0.ebuild new file mode 100644 index 000000000000..fdccc9f54d6c --- /dev/null +++ b/www-apps/haunt/haunt-0.3.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +GUILE_COMPAT=( 3-0 2-2 ) +inherit guile-single + +DESCRIPTION="Haunt is a simple, functional, hackable static site generator" +HOMEPAGE="https://dthompson.us/projects/haunt.html" +SRC_URI="https://files.dthompson.us/releases/${PN}/${P}.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64" +REQUIRED_USE="${GUILE_REQUIRED_USE}" + +RDEPEND=" + ${GUILE_DEPS} + $(guile_gen_cond_dep ' + dev-scheme/guile-reader[${GUILE_MULTI_USEDEP}] + dev-scheme/guile-commonmark[${GUILE_MULTI_USEDEP}] + ') +" +DEPEND="${RDEPEND}" diff --git a/www-apps/haunt/metadata.xml b/www-apps/haunt/metadata.xml new file mode 100644 index 000000000000..72b4388d62c5 --- /dev/null +++ b/www-apps/haunt/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>ar...@gentoo.org</email> + <description>Arsen Arsenović</description> + </maintainer> + <maintainer type="project"> + <email>sch...@gentoo.org</email> + <description>Gentoo Scheme Project</description> + </maintainer> +</pkgmetadata> -- 2.45.2