Luke Childs
7 years ago
2 changed files with 12 additions and 0 deletions
@ -0,0 +1,11 @@ |
|||
class Chest < Formula |
|||
desc "Bash glue to encrypt and hide files" |
|||
homepage "https://github.com/lukechilds/chest" |
|||
url "https://github.com/lukechilds/chest/archive/0.1.0.zip" |
|||
version "0.1.0" |
|||
sha256 "41095ffc13b91d9f41a04153fb50a5cf341766ecbe2fae4dbe8ed3805f270657" |
|||
|
|||
def install |
|||
bin.install "chest" |
|||
end |
|||
end |
Loading…
Reference in new issue