Files
recon-pipeline/pipeline/tools/waybackurls.yaml
epi 973893ee42 removed dependency on tool-dict.pkl (#93)
* removed tool_dict dependency

* updated tests

* updated go version

* added defaults for failing iteration during tool installation

* Update pythonapp.yml

* updated docs
2020-08-27 20:40:15 -05:00

10 lines
286 B
YAML

dependencies: [go]
go: &gotool !get_tool_path "{go[path]}"
path: &path !join_path [!get_default "{gopath}", bin/waybackurls]
environ: {"GOPATH": !get_default "{gopath}"}
install_commands:
- !join [*gotool, get, github.com/tomnomnom/waybackurls]
uninstall_commands:
- !join [rm, *path]