diff --git a/dev-nim/zippy/Manifest b/dev-nim/zippy/Manifest new file mode 100644 index 0000000000..24e6ecf125 --- /dev/null +++ b/dev-nim/zippy/Manifest @@ -0,0 +1 @@ +DIST zippy-0.10.3.tar.gz 53991961 BLAKE2B d22b6f5caf3b551ff19930e801b7234ca1b24336dc07e3f62811c4e3c0dff73f357f931e4ba3483ffed2109132e40b1a7360899ffa230812e8a035645ce4dff2 SHA512 bad6c0aa44f48072c88708954bc406fe28dcda82b72e1df2842465b989b6824d0acd0b33d752cc6d2c6985ddd315851af1907dbb3527a5170943705e2e9a4ded diff --git a/dev-nim/zippy/metadata.xml b/dev-nim/zippy/metadata.xml new file mode 100644 index 0000000000..36fd75cd89 --- /dev/null +++ b/dev-nim/zippy/metadata.xml @@ -0,0 +1,11 @@ + + + + + cyber+gentoo@sysrq.in + Anna + + + guzba/zippy + + diff --git a/dev-nim/zippy/zippy-0.10.3.ebuild b/dev-nim/zippy/zippy-0.10.3.ebuild new file mode 100644 index 0000000000..8c7806aaa4 --- /dev/null +++ b/dev-nim/zippy/zippy-0.10.3.ebuild @@ -0,0 +1,19 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit nimble + +DESCRIPTION="Pure Nim implementation of deflate, zlib, gzip and zip" +HOMEPAGE=" + https://github.com/guzba/zippy + https://nimble.directory/pkg/zippy +" +SRC_URI="https://github.com/guzba/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="${PV}" +KEYWORDS="~amd64" + +set_package_url "https://github.com/guzba/zippy"