New package: dirstalk-1.3.2

This commit is contained in:
Stnby 2020-01-07 13:51:59 +02:00 committed by Helmut Pozimski
parent eb5fa73086
commit 46efd1419b
1 changed files with 17 additions and 0 deletions

17
srcpkgs/dirstalk/template Normal file
View File

@ -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
}