Skip to content

Commit

Permalink
Adds secdel
Browse files Browse the repository at this point in the history
Signed-off-by: Brandon Smith <[email protected]>
  • Loading branch information
smithbh committed Feb 21, 2020
1 parent 44a763d commit ee22e1f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions secdel.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
class Secdel < Formula
desc "Securely delete files using military-grade forensic standards."
homepage "https://github.com/smithbh/secdel"
url "https://github.com/smithbh/secdel/archive/0.0.1.tar.gz"
version "0.0.1"
sha256 "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
def install
bin.install "secdel"
end

test do
system "false"
end
end

0 comments on commit ee22e1f

Please sign in to comment.