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: | 2 |
| Popularity: | 0.000036 |
| 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-binAUR, goup-rsAUR, gcc-go-snapshotAUR, gcc-go) (make)
- make (make-gitAUR, make-staticAUR) (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/bininstead?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