From 506c3c3c56940659ebf9ffba530503c0bacc4687 Mon Sep 17 00:00:00 2001 From: Stnby Date: Tue, 7 Jan 2020 13:51:59 +0200 Subject: [PATCH] New package: dirstalk-1.3.2 --- srcpkgs/dirstalk/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/dirstalk/template diff --git a/srcpkgs/dirstalk/template b/srcpkgs/dirstalk/template new file mode 100644 index 00000000000..2db2d1609e6 --- /dev/null +++ b/srcpkgs/dirstalk/template @@ -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 " +license="MIT" +homepage="https://${go_import_path}" +distfiles="${homepage}/archive/${version}.tar.gz" +checksum=423583898c3a4387917c0df5639cf83bd89ed3047e4140d460697b157095e33a + +post_install() { + vlicense LICENSE.md +}