Package Details: wcp-git r86.e102349-1

Git Clone URL: https://aur.archlinux.org/wcp-git.git (read-only, click to copy)
Package Base: wcp-git
Description: wcp is an experiment in re-implementing something like the standard cp file copy tool. The goal is to be as fast as possible, and provide the best possible progress bar, by counting up the total copy size in parallel with running the copy.
Upstream URL: https://github.com/wheybags/wcp
Licenses: MIT
Conflicts: wcp
Provides: wcp
Submitter: daniel_chesters
Maintainer: None
Last Packager: daniel_chesters
Votes: 0
Popularity: 0.000000
First Submitted: 2021-03-09 21:10 (UTC)
Last Updated: 2021-03-09 23:10 (UTC)

Dependencies (3)

Required by (0)

Sources (1)

Latest Comments

yochananmarqos commented on 2021-03-09 22:56 (UTC)

Please don't invent a pkgver. See VCS package guidelines:

If there are no tags then use number of revisions since beginning of the history:

pkgver() {
  cd "$pkgname"
  printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}