mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 04:23:16 -04:00
dev-nim/zippy: new package, add 0.10.3
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
1
dev-nim/zippy/Manifest
Normal file
1
dev-nim/zippy/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST zippy-0.10.3.tar.gz 53991961 BLAKE2B d22b6f5caf3b551ff19930e801b7234ca1b24336dc07e3f62811c4e3c0dff73f357f931e4ba3483ffed2109132e40b1a7360899ffa230812e8a035645ce4dff2 SHA512 bad6c0aa44f48072c88708954bc406fe28dcda82b72e1df2842465b989b6824d0acd0b33d752cc6d2c6985ddd315851af1907dbb3527a5170943705e2e9a4ded
|
||||
11
dev-nim/zippy/metadata.xml
Normal file
11
dev-nim/zippy/metadata.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?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">guzba/zippy</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
19
dev-nim/zippy/zippy-0.10.3.ebuild
Normal file
19
dev-nim/zippy/zippy-0.10.3.ebuild
Normal file
@@ -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"
|
||||
Reference in New Issue
Block a user