diff --git a/srcpkgs/trufflehog/template b/srcpkgs/trufflehog/template new file mode 100644 index 00000000000000..73a02755657328 --- /dev/null +++ b/srcpkgs/trufflehog/template @@ -0,0 +1,19 @@ +# Template file for 'trufflehog' +pkgname=trufflehog +version=3.97.0 +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=719397b158e4fc9bfe3a777c68fca4b64bb89363caa3ce3013dc28a9e70251de +make_check=no # requires default google credentials + +post_install() { + vlicense LICENSE +}