commit: 1c5f8211924df6f5c991c476a408ae5e81fd2c84 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in> AuthorDate: Wed Jun 29 08:53:46 2022 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Wed Jun 29 11:52:37 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1c5f8211
dev-nim/grok: new package, add 0.5.3 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in> dev-nim/grok/Manifest | 1 + dev-nim/grok/grok-0.5.3.ebuild | 16 ++++++++++++++++ dev-nim/grok/metadata.xml | 12 ++++++++++++ 3 files changed, 29 insertions(+) diff --git a/dev-nim/grok/Manifest b/dev-nim/grok/Manifest new file mode 100644 index 000000000..7b3fd92d4 --- /dev/null +++ b/dev-nim/grok/Manifest @@ -0,0 +1 @@ +DIST grok-0.5.3.tar.gz 5226 BLAKE2B 1e1f73fdb1e995e42c116bfb517909d7f449eb0a4351ed604516854b35351198f2ed5f9bea03ab6fc888f0f46dfd309d59d5d3cd83cfb8db795e2267472339d3 SHA512 8cab53d0586a486dab087d0d2dac1acbbe93d63b6f5046378cd0fae45f26c4da6a9f3e12735f81d1d6b44398eadc029f288b1fa09dd8aa992c7d64588999268f diff --git a/dev-nim/grok/grok-0.5.3.ebuild b/dev-nim/grok/grok-0.5.3.ebuild new file mode 100644 index 000000000..2a569d3c0 --- /dev/null +++ b/dev-nim/grok/grok-0.5.3.ebuild @@ -0,0 +1,16 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit nimble + +DESCRIPTION="Macro library for Nim" +HOMEPAGE="https://github.com/disruptek/grok" +SRC_URI="https://github.com/disruptek/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="${PV}" +KEYWORDS="~amd64" + +set_package_url "https://github.com/disruptek/grok" diff --git a/dev-nim/grok/metadata.xml b/dev-nim/grok/metadata.xml new file mode 100644 index 000000000..004664448 --- /dev/null +++ b/dev-nim/grok/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>[email protected]</email> + <name>Anna</name> + </maintainer> + <upstream> + <remote-id type="github">disruptek/grok</remote-id> + <bugs-to>https://github.com/disruptek/grok/issues</bugs-to> + </upstream> +</pkgmetadata>
