nimble.eclass: add depends examples

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2022-11-26 05:22:51 +05:00
parent 141a5ec5f5
commit f2f1718ac9

View File

@@ -18,6 +18,8 @@
#
# ...
#
# DEPEND="dev-nim/foo"
#
# src_compile() {
# nimble_src_compile
# nimble_build scss
@@ -35,6 +37,11 @@
# ...
# SLOT=${PV}
#
# RDEPEND="
# dev-nim/bar
# dev-nim/baz
# "
#
# set_package_url "https://github.com/example/example"