There was an error while loading. Please reload this page.
1 parent 58d97d0 commit 70179f2Copy full SHA for 70179f2
1 file changed
srcpkgs/trufflehog/template
@@ -0,0 +1,19 @@
1
+# Template file for 'trufflehog'
2
+pkgname=trufflehog
3
+version=3.96.0
4
+revision=1
5
+archs="x86_64 x86_64-musl aarch64 aarch64-musl"
6
+build_style=go
7
+go_import_path="github.com/trufflesecurity/trufflehog/v3"
8
+checkdepends="git zip"
9
+short_desc="Find, verify, and analyze leaked GitHub credentials"
10
+maintainer="Jason Elswick <jason@jasondavid.us>"
11
+license="AGPL-3.0-only"
12
+homepage="https://github.com/trufflesecurity/trufflehog"
13
+distfiles="https://github.com/trufflesecurity/trufflehog/archive/refs/tags/v${version}.tar.gz"
14
+checksum=f5b01224d4f43a5b3e5614d1fb3d53b3286fe5481b076bb059c42db0dec5adf8
15
+make_check=no # requires default google credentials
16
+
17
+post_install() {
18
+ vlicense LICENSE
19
+}
0 commit comments