mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 18:45:19 +03:00
8203639e51
* +stego -- steganographic swiss army knife * refactor: Best practices for project with no tags/releases
22 lines
445 B
YAML
22 lines
445 B
YAML
distributable:
|
|
url: https://github.com/ajmwagar/stego/archive/d9d5911f4d2d141fea74936f235a74bf03961c71.tar.gz
|
|
strip-components: 1
|
|
|
|
provides:
|
|
- bin/stego
|
|
|
|
versions:
|
|
- 2019.10.22
|
|
# FIXME once there has been an official release
|
|
|
|
build:
|
|
dependencies:
|
|
rust-lang.org: '>=1.65'
|
|
rust-lang.org/cargo: '*'
|
|
script:
|
|
cargo install --locked --path . --root {{prefix}}
|
|
|
|
test:
|
|
script:
|
|
- test "$(stego --version)" = "stego 0.1.4"
|