mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
dev-nim/parsetoml: new package, add 0.7.2
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
1
dev-nim/parsetoml/Manifest
Normal file
1
dev-nim/parsetoml/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST parsetoml-0.7.2.tar.gz 21508 BLAKE2B 64b182dae4692dd1f8d7093aaee2983f70fc4f6a734866ea5c8eda60ae5ec5e2010f88e4cbebd2707dba90cdf729f8e3e9d665ba7c56ab488d45a00056b2fdf4 SHA512 629e29f52fd3f61e60fd62b53178552f3ff71ef3ccb9a79bf5221cce011f61892da45582206a868354db9fc1dfd4d853947c8ea7473f0a8e2f3608c994aaf99d
|
||||
15
dev-nim/parsetoml/metadata.xml
Normal file
15
dev-nim/parsetoml/metadata.xml
Normal file
@@ -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>cyber+gentoo@sysrq.in</email>
|
||||
<name>Anna</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">NimParsers/parsetoml</remote-id>
|
||||
<maintainer>
|
||||
<name>Maurizio Tomasi</name>
|
||||
<email>ziotom78@gmail.com</email>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
21
dev-nim/parsetoml/parsetoml-0.7.2.ebuild
Normal file
21
dev-nim/parsetoml/parsetoml-0.7.2.ebuild
Normal file
@@ -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"
|
||||
Reference in New Issue
Block a user