New package: dirstalk-1.3.2
This commit is contained in:
parent
eb5fa73086
commit
46efd1419b
|
@ -0,0 +1,17 @@
|
|||
# Template file for 'dirstalk'
|
||||
pkgname=dirstalk
|
||||
version=1.3.2
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path="github.com/stefanoj3/dirstalk"
|
||||
go_package="${go_import_path}/cmd/${pkgname}"
|
||||
short_desc="Multi threaded application designed to brute force paths on web servers"
|
||||
maintainer="Stnby <stnby@tuta.io>"
|
||||
license="MIT"
|
||||
homepage="https://${go_import_path}"
|
||||
distfiles="${homepage}/archive/${version}.tar.gz"
|
||||
checksum=423583898c3a4387917c0df5639cf83bd89ed3047e4140d460697b157095e33a
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.md
|
||||
}
|
Loading…
Reference in New Issue