diff --git a/srcpkgs/trufflehog/template b/srcpkgs/trufflehog/template new file mode 100644 index 00000000000000..b17dfa84f575f4 --- /dev/null +++ b/srcpkgs/trufflehog/template @@ -0,0 +1,19 @@ +# Template file for 'trufflehog' +pkgname=trufflehog +version=3.97.4 +revision=1 +archs="x86_64 x86_64-musl aarch64 aarch64-musl" +build_style=go +go_import_path="github.com/trufflesecurity/trufflehog/v3" +checkdepends="git zip" +short_desc="Find, verify, and analyze leaked GitHub credentials" +maintainer="Jason Elswick " +license="AGPL-3.0-only" +homepage="https://github.com/trufflesecurity/trufflehog" +distfiles="https://github.com/trufflesecurity/trufflehog/archive/refs/tags/v${version}.tar.gz" +checksum=b1346ded49f6283005284c56b98b5c3603c0f5077c0d4fcd083beda9dfba3268 +make_check=no # requires default google credentials + +post_install() { + vlicense LICENSE +}