From 0fabca255bb48d4c4f4d9a6f871753a9e658ca29 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.97.0 --- 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..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 +}