Search Criteria
Package Details: golines 0.12.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/golines.git (read-only, click to copy) |
---|---|
Package Base: | golines |
Description: | A golang formatter that fixes long lines |
Upstream URL: | https://github.com/segmentio/golines |
Licenses: | MIT |
Submitter: | mortymacs |
Maintainer: | triarius |
Last Packager: | triarius |
Votes: | 1 |
Popularity: | 0.007710 |
First Submitted: | 2022-12-01 21:03 (UTC) |
Last Updated: | 2024-03-29 04:36 (UTC) |
Dependencies (2)
- go (go-gitAUR, gcc-go-gitAUR, go-sylixosAUR, gcc-go-snapshotAUR, gcc-go) (make)
- make (make-gitAUR) (make)
Latest Comments
mortymacs commented on 2022-12-16 10:05 (UTC)
@Sherlock-Holo Thanks for the note. So, should I change it to
/usr/bin
instead?Sherlock-Holo commented on 2022-12-15 03:35 (UTC)
install -Dm755 'golines' "${pkgdir}/usr/local/bin/${pkgname}"
you should never install anything to /usr/local because the package is managed by pacman, not user cp/install manually