void-packages/srcpkgs/Amass/template
2021-10-01 13:59:49 -05:00

16 lines
527 B
Bash

# Template file for 'Amass'
pkgname=Amass
version=3.14.0
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=0984d755468876ddd7585ce8209dc149ad2a63b16de9cbd9a9e06bcdaaf87822
post_install() {
rm ${DESTDIR}/usr/bin/examples
}