void-packages/srcpkgs/Amass/template
2021-12-15 12:33:08 -06:00

16 lines
527 B
Bash

# Template file for 'Amass'
pkgname=Amass
version=3.15.2
revision=1
build_style=go
go_import_path="github.com/OWASP/Amass/v3/..."
short_desc="In-depth Attack Surface Mapping and Asset Discovery"
maintainer="Andrew Benson <abenson+void@gmail.com>"
license="Apache-2.0"
homepage="https://www.owasp.org/index.php/OWASP_Amass_Project"
distfiles="https://github.com/OWASP/Amass/archive/v${version}.tar.gz"
checksum=bdfb4c3492ebf46008f00910491381d2abee51a7322df6e978dd14e174ddf601
post_install() {
rm ${DESTDIR}/usr/bin/examples
}