mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-23 05:53:12 -04:00
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:
36
dev-nim/nimbus/nimbus-0.2.4.ebuild
Normal file
36
dev-nim/nimbus/nimbus-0.2.4.ebuild
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user