mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 21:13:27 -04:00
dev-nim/nimcrypto: new package, add 0.5.4_p20210619
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
1
dev-nim/nimcrypto/Manifest
Normal file
1
dev-nim/nimcrypto/Manifest
Normal file
@@ -0,0 +1 @@
|
|||||||
|
DIST nimcrypto-0.5.4_p20210619.tar.gz 2213698 BLAKE2B bb8db63efc40d72c3e6bb60bb94903738da7a94ea84cf25cf1ab92ff9bf2327ada17389267199ff543c8a47b3d2170393a949e0a0a038865dd98b8c23f6304a6 SHA512 a291b51b2185293f53ee575cf108e1483967d150bd3d455b4ab8be31a3be06319643d5ea60804f086614bedd3124caaba74df51f806914fc9b0464c5e06463a0
|
||||||
11
dev-nim/nimcrypto/metadata.xml
Normal file
11
dev-nim/nimcrypto/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">cheatfate/nimcrypto</remote-id>
|
||||||
|
</upstream>
|
||||||
|
</pkgmetadata>
|
||||||
38
dev-nim/nimcrypto/nimcrypto-0.5.4_p20210619.ebuild
Normal file
38
dev-nim/nimcrypto/nimcrypto-0.5.4_p20210619.ebuild
Normal file
@@ -0,0 +1,38 @@
|
|||||||
|
# Copyright 2022 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=8
|
||||||
|
|
||||||
|
inherit check-reqs nimble
|
||||||
|
|
||||||
|
COMMIT="a5742a9a214ac33f91615f3862c7b099aec43b00"
|
||||||
|
DESCRIPTION="Nim cryptographic library"
|
||||||
|
HOMEPAGE="
|
||||||
|
https://github.com/cheatfate/nimcrypto
|
||||||
|
https://nimble.directory/pkg/nimcrypto
|
||||||
|
"
|
||||||
|
SRC_URI="https://github.com/cheatfate/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||||
|
S="${WORKDIR}/${PN}-${COMMIT}"
|
||||||
|
|
||||||
|
LICENSE="MIT"
|
||||||
|
SLOT="$(ver_cut 1-3)"
|
||||||
|
KEYWORDS="~amd64"
|
||||||
|
|
||||||
|
CHECKREQS_MEMORY=4G
|
||||||
|
|
||||||
|
HTML_DOCS=( docs/. )
|
||||||
|
|
||||||
|
set_package_url "https://github.com/cheatfate/nimcrypto"
|
||||||
|
|
||||||
|
pkg_pretend() {
|
||||||
|
has test ${FEATURES} && check-reqs_pkg_pretend
|
||||||
|
}
|
||||||
|
|
||||||
|
pkg_setup() {
|
||||||
|
has test ${FEATURES} && check-reqs_pkg_setup
|
||||||
|
}
|
||||||
|
|
||||||
|
src_prepare() {
|
||||||
|
default
|
||||||
|
echo '--path:".."' >> tests/nim.cfg || die
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user