mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-19 07:49:00 -04:00
nimble.eclass: add depends examples
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
parent
141a5ec5f5
commit
f2f1718ac9
@ -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"
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user