commit:     1950663b9e19480029645a9adfae2db7d0ac303a
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Tue Aug  5 06:43:06 2025 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Aug  5 06:56:55 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1950663b

dev-nim/parsetoml: new package, add 0.7.2

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 dev-nim/parsetoml/Manifest               |  1 +
 dev-nim/parsetoml/metadata.xml           | 15 +++++++++++++++
 dev-nim/parsetoml/parsetoml-0.7.2.ebuild | 21 +++++++++++++++++++++
 3 files changed, 37 insertions(+)

diff --git a/dev-nim/parsetoml/Manifest b/dev-nim/parsetoml/Manifest
new file mode 100644
index 0000000000..127c645a6c
--- /dev/null
+++ b/dev-nim/parsetoml/Manifest
@@ -0,0 +1 @@
+DIST parsetoml-0.7.2.tar.gz 21508 BLAKE2B 
64b182dae4692dd1f8d7093aaee2983f70fc4f6a734866ea5c8eda60ae5ec5e2010f88e4cbebd2707dba90cdf729f8e3e9d665ba7c56ab488d45a00056b2fdf4
 SHA512 
629e29f52fd3f61e60fd62b53178552f3ff71ef3ccb9a79bf5221cce011f61892da45582206a868354db9fc1dfd4d853947c8ea7473f0a8e2f3608c994aaf99d

diff --git a/dev-nim/parsetoml/metadata.xml b/dev-nim/parsetoml/metadata.xml
new file mode 100644
index 0000000000..75dda7f20e
--- /dev/null
+++ b/dev-nim/parsetoml/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="person">
+               <email>[email protected]</email>
+               <name>Anna</name>
+       </maintainer>
+       <upstream>
+               <remote-id type="github">NimParsers/parsetoml</remote-id>
+               <maintainer>
+                       <name>Maurizio Tomasi</name>
+                       <email>[email protected]</email>
+               </maintainer>
+       </upstream>
+</pkgmetadata>

diff --git a/dev-nim/parsetoml/parsetoml-0.7.2.ebuild 
b/dev-nim/parsetoml/parsetoml-0.7.2.ebuild
new file mode 100644
index 0000000000..ec2eb1e05d
--- /dev/null
+++ b/dev-nim/parsetoml/parsetoml-0.7.2.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit nimble
+
+DESCRIPTION="TOML parser library for Nim"
+HOMEPAGE="
+       https://nimparsers.github.io/parsetoml/
+       https://github.com/NimParsers/parsetoml
+"
+SRC_URI="https://github.com/NimParsers/${PN}/archive/refs/tags/v${PV}.tar.gz 
-> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="${PV}"
+KEYWORDS="~amd64"
+
+DOCS=( docs/. README.md )
+
+set_package_url "https://github.com/NimParsers/parsetoml";

Reply via email to