genode-ehmry/runtimes/icy-streams/icy-stream.tup

11 lines
245 B
Plaintext
Raw Normal View History

2019-02-26 15:31:54 +01:00
include_rules
2019-02-26 22:11:29 +01:00
: ../runtime.in |> sed 's|@STREAM_URL@|$(STREAM_URL)|' %f > %o |> runtime
2019-02-27 22:33:14 +01:00
: runtime |> !runtime_to_depot |> {package}
2019-02-26 22:11:29 +01:00
2019-02-27 22:33:14 +01:00
: $(TUP_CWD)/archives |> !archives_to_depot |> {package}
2019-02-26 15:31:54 +01:00
ifdef DEPOT_KEY
2019-03-04 19:58:42 +01:00
: {package} |> !publish_pkg |>
2019-02-26 15:31:54 +01:00
endif