Package Details: git-secrets 1.3.0-1

Git Clone URL: https://aur.archlinux.org/git-secrets.git (read-only, click to copy)
Package Base: git-secrets
Description: Prevents you from committing secrets and credentials into git repositories
Upstream URL: https://github.com/awslabs/git-secrets
Licenses: custom:APLv2
Submitter: jon
Maintainer: TiD91
Last Packager: jon
Votes: 7
Popularity: 0.000000
First Submitted: 2017-02-22 03:48 (UTC)
Last Updated: 2019-02-19 18:04 (UTC)

Dependencies (4)

Required by (0)

Sources (1)

Latest Comments

djmattyg007 commented on 2021-02-03 00:48 (UTC)

It would also be great if the following improvements could be made:

  • The PKGBUILD is built as if this is a -git package, but it isn't. There are tagged and versioned releases available on Github: https://github.com/awslabs/git-secrets/releases A tarball should be downloaded from here, and an appropriate checksum should be included to verify the download.

  • It's unnecessary to specify git as a make dependency when it's required at runtime.

  • It's unnecessary to specify make as a make dependency because users are expected to have the entire base-devel package group installed to build AUR packages.

  • It's unnecessary to specify gcc as a make dependency because there is no C code that requires compilation.

  • awk, sed and coreutils should probably be listed as dependencies, as they are actually used in the code.

djmattyg007 commented on 2021-02-03 00:39 (UTC)

See the wiki reference: https://wiki.archlinux.org/index.php/PKGBUILD#license

djmattyg007 commented on 2021-02-03 00:38 (UTC)

The license field should just be set to "Apache". Additionally, there's no need to include the license file in the package, as it's already available as part of the "licenses" package.