Skip to content

Commit 356cad5

Browse files
committed
New package: trufflehog-3.95.9
1 parent 203dabe commit 356cad5

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

srcpkgs/trufflehog/template

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Template file for 'trufflehog'
2+
pkgname=trufflehog
3+
version=3.95.9
4+
revision=1
5+
build_style=go
6+
go_import_path="github.com/trufflesecurity/trufflehog/v3"
7+
checkdepends="git zip"
8+
short_desc="Find, verify, and analyze leaked GitHub credentials"
9+
maintainer="Jason Elswick <jason@jasondavid.us>"
10+
license="AGPL-3.0-only"
11+
homepage="https://github.com/trufflesecurity/trufflehog"
12+
distfiles="https://github.com/trufflesecurity/trufflehog/archive/refs/tags/v${version}.tar.gz"
13+
checksum=11c98a8990cdc8a8db1e92d1938a47bf762ab9d8554fa21f87985ce1a4286d26
14+
make_check=no # requires default google credentials
15+
16+
post_install() {
17+
vlicense LICENSE
18+
}

0 commit comments

Comments
 (0)