Package Details: git-standup-git 2.3.2.r8.g77051be-1

Git Clone URL: https://aur.archlinux.org/git-standup-git.git (read-only, click to copy)
Package Base: git-standup-git
Description: Recall what you did on the last working day.
Upstream URL: https://github.com/kamranahmedse/git-standup
Licenses: MIT
Conflicts: git-standup
Provides: git-standup
Submitter: mijoharas
Maintainer: None
Last Packager: a821
Votes: 1
Popularity: 0.000000
First Submitted: 2017-03-22 11:19 (UTC)
Last Updated: 2024-02-20 10:08 (UTC)

Latest Comments

kleintux commented on 2022-12-18 15:15 (UTC)

Don't use SUDO in PKGBUILDS. it's forbidden. Don't install something direct to the System. It's a security risk and the files will not be deleted if the package gets deleted. You need to add the files to the pkgdir folder.

see https://wiki.archlinux.org/title/Creating_packages#package()

thank you for fixing and maintaining

02m commented on 2017-03-24 13:44 (UTC)

You can use `git describe` in PKGBUILD but you need to add `--tags` flag so it looks to all tags in the repo.