guru/dev-nim/asynctools/asynctools-0.1.1_p20210606.ebuild
Anna (cybertailor) Vyalkova 52b789ed42
dev-nim/asynctools: new package, add 0.1.1_p20210606
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
2022-06-30 11:00:03 +05:00

29 lines
666 B
Bash

# 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
}