From acd84b65375f2f053a4acf30a5ca743b5d086d2c Mon Sep 17 00:00:00 2001 From: Jason Elswick Date: Sat, 20 Jun 2026 12:19:12 -0500 Subject: [PATCH] New package: trufflehog-3.95.9 --- srcpkgs/trufflehog/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/trufflehog/template diff --git a/srcpkgs/trufflehog/template b/srcpkgs/trufflehog/template new file mode 100644 index 00000000000000..dbbb2c97a46a80 --- /dev/null +++ b/srcpkgs/trufflehog/template @@ -0,0 +1,19 @@ +# Template file for 'trufflehog' +pkgname=trufflehog +version=3.95.9 +revision=1 +build_style=go +go_import_path="github.com/trufflesecurity/trufflehog/v3" +go_ld_flags="-linkmode=external -modcacherw -trimpath" +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=11c98a8990cdc8a8db1e92d1938a47bf762ab9d8554fa21f87985ce1a4286d26 +make_check=no # requires default google credentials + +post_install() { + vlicense LICENSE +}