dev-nim/nimbus: add 0.2.4, drop 0.1.4

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2022-07-04 07:40:19 +05:00
parent fc290a76fe
commit 2bfc065b32
2 changed files with 1 additions and 5 deletions

View File

@@ -0,0 +1,36 @@
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit nim-utils
DESCRIPTION="A Nim build system"
HOMEPAGE="https://git.sysrq.in/nimbus/about/"
SRC_URI="https://git.sysrq.in/${PN}/snapshot/${P}.tar.gz"
LICENSE="Apache-2.0 BSD"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="dev-lang/nim"
BDEPEND="${RDEPEND}"
src_configure() {
nim_gen_config
}
src_compile() {
enim c src/${PN}
}
src_test() {
etestament all
}
src_install() {
dobin src/${PN}
doman ${PN}.1
einstalldocs
}