Browse Source

Add chest formula

master
Luke Childs 7 years ago
parent
commit
9c3da34a83
  1. 1
      README.md
  2. 11
      chest.rb

1
README.md

@ -16,3 +16,4 @@ brew install package-name
## Packages
- [`gifgen`](https://github.com/lukechilds/gifgen) - Simple high quality GIF encoding
- [`chest`](https://github.com/lukechilds/chest) - Bash glue to encrypt and hide files

11
chest.rb

@ -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…
Cancel
Save