dev-nim/asynctools: new package, add 0.1.1_p20210606

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2022-06-30 00:22:25 +05:00
parent b7324e1773
commit 52b789ed42
3 changed files with 40 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST asynctools-0.1.1_p20210606.tar.gz 30003 BLAKE2B 200127abb72aa692470c55fc8346594cf9220db63a9b1b7ce3b3b97ecf21686b4c6fd0efcae2baf169f3677731e5ed05fa28ad8ce1b5892a573b4522dba99110 SHA512 16433e81b46251eefdac254e6d2496883d867ff8560c1d11ff898cf3a5689da33c6e55ed5ce81db07c73ae20e6a0d3563346c3e686c9f3395a1a517945249f6f

View File

@@ -0,0 +1,28 @@
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit nimble
COMMIT="84ced6d002789567f2396c75800ffd6dff2866f7"
DESCRIPTION="Various asynchronous tools for Nim language"
HOMEPAGE="
https://github.com/cheatfate/asynctools
https://nimble.directory/pkg/asynctools
"
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"
set_package_url "https://github.com/cheatfate/asynctools"
src_prepare() {
default
# disable tests that require network
sed "/asyncdns/d" -i ${PN}.nimble || die
}

View 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/asynctools</remote-id>
</upstream>
</pkgmetadata>