mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
+stego -- steganographic swiss army knife (#3092)
* +stego -- steganographic swiss army knife * refactor: Best practices for project with no tags/releases
This commit is contained in:
parent
7836137f38
commit
8203639e51
1 changed files with 21 additions and 0 deletions
21
projects/crates.io/stego/package.yml
Normal file
21
projects/crates.io/stego/package.yml
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
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"
|
Loading…
Reference in a new issue