From 356cad5325ce1ca4ee7f2ffe2a4a193855722915 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 | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/trufflehog/template diff --git a/srcpkgs/trufflehog/template b/srcpkgs/trufflehog/template new file mode 100644 index 00000000000000..1477aa96eae946 --- /dev/null +++ b/srcpkgs/trufflehog/template @@ -0,0 +1,18 @@ +# Template file for 'trufflehog' +pkgname=trufflehog +version=3.95.9 +revision=1 +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=11c98a8990cdc8a8db1e92d1938a47bf762ab9d8554fa21f87985ce1a4286d26 +make_check=no # requires default google credentials + +post_install() { + vlicense LICENSE +}