mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-20 00:08:58 -04:00
dev-nim/supersnappy: new package, add 2.1.3
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
parent
4fe8a28a05
commit
e17abe2d4d
1
dev-nim/supersnappy/Manifest
Normal file
1
dev-nim/supersnappy/Manifest
Normal file
@ -0,0 +1 @@
|
||||
DIST supersnappy-2.1.3.tar.gz 9618144 BLAKE2B 953087a338a3a6a762e2a1897152d2045088b37346713f819b6606c34bfb1a288ff6d1f1cc3a347465fba8f07c30aa7ea1d790337d61ef542fbb42cd72ea4964 SHA512 96a1e0ad0882e04f407663072794ae6c4623a69a283a741d07ce015cf04083f83628ac7773f0b2891494f72e65a292f3ebea237034139d7b856aaa27ecf05cd9
|
11
dev-nim/supersnappy/metadata.xml
Normal file
11
dev-nim/supersnappy/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/supersnappy</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
19
dev-nim/supersnappy/supersnappy-2.1.3.ebuild
Normal file
19
dev-nim/supersnappy/supersnappy-2.1.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="Nim implementation of Google's Snappy compression"
|
||||
HOMEPAGE="
|
||||
https://github.com/guzba/supersnappy
|
||||
https://nimble.directory/pkg/supersnappy
|
||||
"
|
||||
SRC_URI="https://github.com/guzba/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
set_package_url "https://github.com/guzba/supersnappy"
|
Loading…
x
Reference in New Issue
Block a user