I'm trying to generate a `scie-jump` using a `shel...
# general
r
I'm trying to generate a
scie-jump
using a
shell_command()
. is there any way to convince the
package
goal to output the result of that
shell_command()
. I'm assuming I'd need another rule to transform the output file somehow, but I'm not sure what. There's
archive()
, but I don't want to compress the output, and actually I'm not even sure how to use
archive()
for this since it needs either a loose file as the source, or a package
(this seems work as if it was a
file()
).
b
Yeah,
archive
is a (suboptimal) option. I’m not sure of what else.