Search Criteria
Package Details: gspt-git r326.8189963-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/gspt-git.git (read-only, click to copy) |
---|---|
Package Base: | gspt-git |
Description: | Spotify for Terminal written in Go. |
Upstream URL: | https://github.com/aditya-K2/gspt |
Licenses: | GPL3 |
Submitter: | aditya-K2 |
Maintainer: | aditya-K2 |
Last Packager: | aditya-K2 |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2023-05-04 12:20 (UTC) |
Last Updated: | 2024-06-30 14:57 (UTC) |
Dependencies (3)
- git (git-gitAUR, git-glAUR) (make)
- go (go-gitAUR, gcc-go-gitAUR, go-sylixosAUR, gcc-go-snapshotAUR, gcc-go) (make)
- make (make-gitAUR) (make)
Latest Comments
a821 commented on 2024-02-22 18:28 (UTC)
Do not
sudo
to install files directly to the system. You need to install them to$pkgdir
. Usingsudo
like this is a security issue. See https://wiki.archlinux.org/title/Creating_packages#package%28%29