Search Criteria
Package Details: apkleaks-git v1.0.2.r103.g401e09c-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/apkleaks-git.git (read-only, click to copy) |
|---|---|
| Package Base: | apkleaks-git |
| Description: | scanning apk file for URIs, endpoints & secrets. (git version) |
| Upstream URL: | https://github.com/dwisiswant0/apkleaks |
| Licenses: | Apache2 |
| Conflicts: | apkleaks |
| Submitter: | theguy147 |
| Maintainer: | None |
| Last Packager: | theguy147 |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2021-03-25 17:29 (UTC) |
| Last Updated: | 2021-03-25 17:29 (UTC) |
Latest Comments
xa9e commented on 2025-01-15 23:00 (UTC) (edited on 2025-01-15 23:02 (UTC) by xa9e)
The following PKGBUILD works. I have also tested it in a clean chroot.
drygdryg commented on 2024-11-20 07:20 (UTC) (edited on 2024-11-20 07:21 (UTC) by drygdryg)
The
buildfunction is broken: the project no longer usessetup.pysince it migrated topyproject.toml. https://github.com/dwisiswant0/apkleaks/commit/1abc5d6c3452bbd37d3dcd11a5dd566b9d65f2f9drygdryg commented on 2024-10-03 07:32 (UTC)
pkgverfunction is broken. Please usegit describe --long --tags --abbrev=7 | sed 's/\([^-]*-g\)/r\1/;s/-/./g', e.g.: