commit:     a959c37fc362e99445be9bf82e3452cb55a3cdd6
Author:     Thomas Bracht Laumann Jespersen <t <AT> laumann <DOT> xyz>
AuthorDate: Fri Oct 17 06:42:43 2025 +0000
Commit:     Thomas Bracht Laumann Jespersen <t <AT> laumann <DOT> xyz>
CommitDate: Fri Oct 17 06:50:32 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a959c37f

www-apps/soupault: new package, add 5.1.0

Signed-off-by: Thomas Bracht Laumann Jespersen <t <AT> laumann.xyz>

 www-apps/soupault/Manifest              |  1 +
 www-apps/soupault/metadata.xml          | 16 +++++++++++++
 www-apps/soupault/soupault-5.1.0.ebuild | 42 +++++++++++++++++++++++++++++++++
 3 files changed, 59 insertions(+)

diff --git a/www-apps/soupault/Manifest b/www-apps/soupault/Manifest
new file mode 100644
index 0000000000..3dae86f269
--- /dev/null
+++ b/www-apps/soupault/Manifest
@@ -0,0 +1 @@
+DIST soupault-5.1.0.tar.gz 104273 BLAKE2B 
fe322382e73e93949aa61c0062abe38694cd7f1eef8445994263a125f44fdcb084c634bed4ce6a48a9e4f31b81bf6112ab932f92154893b4afa24f7217c9523a
 SHA512 
6dd181909a3a30270bf8ea8d270b6a453a3c7914be24d1fc807a43bced6af8e1863be7cd58a840e7803f446c7831c0243a1e7534ae3719959e9f423eff7d5077

diff --git a/www-apps/soupault/metadata.xml b/www-apps/soupault/metadata.xml
new file mode 100644
index 0000000000..62650b1660
--- /dev/null
+++ b/www-apps/soupault/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+  <longdescription lang="en">
+    Soupault (soup-oh) is a static website generator/framework that works with 
HTML element trees and can automatically manipulate them.
+  </longdescription>
+  <maintainer type="person">
+    <email>[email protected]</email>
+    <name>Thomas Bracht Laumann Jespersen</name>
+  </maintainer>
+  <upstream>
+    <doc>https://soupault.app/reference-manual/</doc>
+    <bugs-to>https://codeberg.org/PataphysicalSociety/soupault/issues</bugs-to>
+    <remote-id type="codeberg">PataphysicalSociety/soupault</remote-id>
+  </upstream>
+</pkgmetadata>

diff --git a/www-apps/soupault/soupault-5.1.0.ebuild 
b/www-apps/soupault/soupault-5.1.0.ebuild
new file mode 100644
index 0000000000..9e07d0dbd7
--- /dev/null
+++ b/www-apps/soupault/soupault-5.1.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune
+
+DESCRIPTION="Static website generator based on HTML rewriting"
+HOMEPAGE="https://soupault.app";
+SRC_URI="https://codeberg.com/PataphysicalSociety/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="+ocamlopt"
+
+RDEPEND="
+       >=dev-lang/ocaml-4.13:=[ocamlopt?]
+       >=dev-ml/dune-2.0.0
+       >=dev-ml/camomile-2.0.0:=[ocamlopt?]
+       >=dev-ml/ocaml-tsort-2.1.0:=[ocamlopt?]
+       >=dev-ml/lua-ml-0.9.3:=[ocamlopt?]
+       dev-ml/digestif:=[ocamlopt?]
+       >=dev-ml/ocaml-base64-3.0.0:=[ocamlopt?]
+       >=dev-ml/jingoo-1.4.2:=[ocamlopt?]
+       >=dev-ml/spelll-0.4:=[ocamlopt?]
+       >=dev-ml/ocaml-yaml-2.0.0:=[ocamlopt?]
+       >=dev-ml/ocaml-csv-2.4:=[ocamlopt?]
+       >=dev-ml/ezjsonm-1.2.0:=[ocamlopt?]
+       >=dev-ml/re-1.9.0:=[ocamlopt?]
+       >=dev-ml/otoml-1.0.5:=[ocamlopt?]
+       >=dev-ml/ocaml-fileutils-0.6.3:=[ocamlopt?]
+       >=dev-ml/ocaml-containers-3.6:=[ocamlopt?]
+       >=dev-ml/markup-1.0.0:=[ocamlopt?]
+       >=dev-ml/lambdasoup-1.1.1:=[ocamlopt?]
+       >=dev-ml/logs-0.7.0:=[ocamlopt?]
+       >=dev-ml/fmt-0.8.9:=[ocamlopt?]
+       >=dev-ml/odate-0.6:=[ocamlopt?]
+       >=dev-ml/cmarkit-0.3.0:=[ocamlopt?]
+"
+
+DEPEND="${RDEPEND}"

Reply via email to