Skip to content

Commit 1719684

Browse files
committed
first release
0 parents  commit 1719684

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

Formula/rustscan.rb

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
2+
# Documentation: https://docs.brew.sh/Formula-Cookbook
3+
# https://rubydoc.brew.sh/Formula
4+
# PLEASE REMOVE ALL GENERATED COMMENTS BEFORE SUBMITTING YOUR PULL REQUEST!
5+
class Rustscan < Formula
6+
7+
desc "Faster Nmap Scanning with Rust"
8+
homepage "https://github.com/brandonskerritt/rustscan"
9+
url "https://github.com/brandonskerritt/RustScan/releases/download/1.0.1/rustscan.tar.gz"
10+
sha256 "c8ff94630f5a7d719545287d36422698bfecca73e80f2d8219df64e0ac5b87fa"
11+
version "1.0.1"
12+
13+
def install
14+
bin.install "rustscan"
15+
end
16+
end

README.md

Whitespace-only changes.

0 commit comments

Comments
 (0)