Search Criteria
Package Details: nishang-git r335.eb25ca3-1
Git Clone URL: | https://aur.archlinux.org/nishang-git.git (read-only, click to copy) |
---|---|
Package Base: | nishang-git |
Description: | A collection of scripts and payloads which enables usage of PowerShell for offensive security. |
Upstream URL: | https://github.com/samratashok/nishang |
Licenses: | GPL |
Conflicts: | nishang |
Submitter: | josephsmidt |
Maintainer: | josephsmidt |
Last Packager: | josephsmidt |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2020-04-11 14:53 (UTC) |
Last Updated: | 2020-04-11 14:53 (UTC) |
Dependencies (1)
- git (git-vfs, git-run-command-patch-git, git-git, git-fc) (make)
Latest Comments
MarsSeed commented on 2023-08-23 17:56 (UTC)
Also after making the mentioned change, please add the needed provides entry, e.g.
provides=("${pkgname%-git}=${pkgver%.r*}")
.MarsSeed commented on 2023-08-23 17:53 (UTC)
Please kindly implement the needed
pkgver()
function in PKGBUILD, as per Arch Wiki's VCS package guidelines.