Search Criteria
Package Details: goplaying-git r21.7c37bd9-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/goplaying-git.git (read-only, click to copy) |
---|---|
Package Base: | goplaying-git |
Description: | A basic Now Playing TUI written in Go |
Upstream URL: | https://github.com/justinmdickey/goplaying |
Licenses: | MIT |
Conflicts: | goplaying |
Provides: | goplaying |
Submitter: | justinmdickey |
Maintainer: | justinmdickey |
Last Packager: | justinmdickey |
Votes: | 2 |
Popularity: | 1.16 |
First Submitted: | 2024-10-23 16:17 (UTC) |
Last Updated: | 2024-10-29 23:50 (UTC) |
Dependencies (3)
- playerctl (playerctl-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- go (go-gitAUR, gcc-go-gitAUR, go-sylixosAUR, gcc-go-snapshotAUR, gcc-go) (make)
Latest Comments
FabioLolix commented on 2024-10-29 19:06 (UTC)
About the pkgver
r21.7c37bd9
was correct, it stand for 21 commits (revisions) dot git hash 7c37bd9, same you can see in your github repoGit without tags: https://wiki.archlinux.org/title/VCS_package_guidelines#Git
Also putting 0 create issues with AUR helpers
FabioLolix commented on 2024-10-29 17:20 (UTC)
Hello and welcome to the AUR :)
pkgver=
should be calculated before uploadlicenses
package should be installed inpackage()
cd goplaying
if you like (cd $srcdir
is done anyway at the start of each function)There are also the Go packaging guidelines https://wiki.archlinux.org/title/Go_package_guidelines#Flags_and_build_options so there will be less warning when analyzing with
namcap