mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-23 14:03:33 -04:00
dev-nim/synthesis: new package, add 0.2.0
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
20
dev-nim/synthesis/synthesis-0.2.0.ebuild
Normal file
20
dev-nim/synthesis/synthesis-0.2.0.ebuild
Normal file
@@ -0,0 +1,20 @@
|
||||
# Copyright 2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit nimble
|
||||
|
||||
DESCRIPTION="A compile-time, compact, fast, without allocation, state-machine generator"
|
||||
HOMEPAGE="
|
||||
https://github.com/mratsim/Synthesis
|
||||
https://nimble.directory/pkg/synthesis
|
||||
"
|
||||
SRC_URI="https://github.com/mratsim/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/${P^}"
|
||||
|
||||
LICENSE="|| ( Apache-2.0 MIT )"
|
||||
SLOT="${PV}"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
set_package_url "https://github.com/mratsim/Synthesis"
|
||||
Reference in New Issue
Block a user