www-apps/soupault: add 5.2.1

Signed-off-by: Thomas Bracht Laumann Jespersen <t@laumann.xyz>
This commit is contained in:
Thomas Bracht Laumann Jespersen
2025-12-05 21:21:17 +01:00
parent 9fffe6effc
commit 6c036ee338
3 changed files with 46 additions and 1 deletions

View File

@@ -1 +1,2 @@
DIST soupault-5.1.0.tar.gz 104308 BLAKE2B 1e3dcc1a062402c618f0464908277a6264f833bcc41e6052e84d54da10ef1acb6ce30bfdb6cd4c06055c2ad4286d35a3a1dac5de6336616983d245f1f8ff8117 SHA512 bd4ebdd777b69ceeabd6a63060e90d07d2ba60f85174bb5715870a971c331dad823461d3d9c90e6b220d18eca588591b44ae2c3108238a0fd3779141a2b7856c
DIST soupault-5.2.1.tar.gz 104959 BLAKE2B 174d596f0d8ef29f2e81a88d4b34d6e2b45f6397d15ccb47cf6bb6e515f69b8817de7a02e469305045d5feb5d6ebe1d78ed6018a3dbfa8e98fcb291cad63403c SHA512 886677e3318ed874fb4144da5f4e55a58967421afeb44fcc83e98431b2a438197e0a42765546db082afee234c7633f53a4bf60bf8051230013e912afdea35e98

View File

@@ -9,7 +9,7 @@
<name>Thomas Bracht Laumann Jespersen</name>
</maintainer>
<upstream>
<doc>https://soupault.app/reference-manual/</doc>
<doc>https://soupault.net/reference-manual/</doc>
<bugs-to>https://codeberg.org/PataphysicalSociety/soupault/issues</bugs-to>
<remote-id type="codeberg">PataphysicalSociety/soupault</remote-id>
</upstream>

View File

@@ -0,0 +1,44 @@
# 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.net"
SRC_URI="https://codeberg.org/PataphysicalSociety/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}"
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?]
!www-apps/soupault-bin
"
DEPEND="${RDEPEND}"