Skip to content

Commit

Permalink
First acccheck test
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrpiper committed Mar 1, 2015
1 parent 70bc75c commit b6f7d04
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions acccheck.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
require "formula"

class Acccheck < Formula
homepage "https://labs.portcullis.co.uk"
url "https://labs.portcullis.co.uk/download/acccheck-0-2-1.tar.gz"
version "0.2.1"
sha1 "3f845b02919f7a5de6c0b24f8748be434911492c"

depends_on "samba"

def install
bin.install 'acccheck.pl'
end
end

0 comments on commit b6f7d04

Please sign in to comment.