17 lines
527 B
Bash
17 lines
527 B
Bash
# Template file for 'Amass'
|
|
pkgname=Amass
|
|
version=3.14.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=18600a607b10fd672ad21b48e9c5f87b5b8a49a4a7e2cde520c246b499521278
|
|
|
|
post_install() {
|
|
rm ${DESTDIR}/usr/bin/examples
|
|
}
|