mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 23:52:59 -04:00
nimble.eclass: add depends examples
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user