mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 20:13:01 -04:00
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:
1
dev-nim/asynctools/Manifest
Normal file
1
dev-nim/asynctools/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST asynctools-0.1.1_p20210606.tar.gz 30003 BLAKE2B 200127abb72aa692470c55fc8346594cf9220db63a9b1b7ce3b3b97ecf21686b4c6fd0efcae2baf169f3677731e5ed05fa28ad8ce1b5892a573b4522dba99110 SHA512 16433e81b46251eefdac254e6d2496883d867ff8560c1d11ff898cf3a5689da33c6e55ed5ce81db07c73ae20e6a0d3563346c3e686c9f3395a1a517945249f6f
|
||||
28
dev-nim/asynctools/asynctools-0.1.1_p20210606.ebuild
Normal file
28
dev-nim/asynctools/asynctools-0.1.1_p20210606.ebuild
Normal 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
|
||||
}
|
||||
11
dev-nim/asynctools/metadata.xml
Normal file
11
dev-nim/asynctools/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/asynctools</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user