Search Criteria
Package Details: gotop-git 3.5.1.r4.g84ec9e4-1
Git Clone URL: | https://aur.archlinux.org/gotop-git.git (read-only, click to copy) |
---|---|
Package Base: | gotop-git |
Description: | A terminal based graphical activity monitor inspired by gtop and vtop |
Upstream URL: | https://github.com/xxxserxxx/gotop |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | m3thodic |
Maintainer: | m3thodic |
Last Packager: | m3thodic |
Votes: | 3 |
Popularity: | 0.000095 |
First Submitted: | 2018-11-13 10:52 |
Last Updated: | 2020-04-21 13:52 |
Dependencies (2)
- git (git-git) (make)
- go (go-tip, go-git, go-go2go-git, gcc-go-git, gcc-go) (make)
Latest Comments
caleb commented on 2020-03-06 20:35
The
pkgver
value should not have the "v" in it, that needs to be striped out in thepkgver()
function.m3thodic commented on 2020-03-06 18:05
Upstream url has been updated, thanks.
caleb commented on 2020-02-28 04:51
Please don't "version bump" -git or other VCS based packages! Only update when there actual changes to the build process other than the version which will be regenerated at build time anyway.
caleb commented on 2020-02-24 04:47
Second the call to change the upstream to follow serxxx's fork. See discussion on gotop and nate gotop-bin is also moved over too.
FabioLolix commented on 2020-02-23 22:31
Updated pkgbuild: https://github.com/FabioLolix/PKGBUILD-AUR_fix/blob/master/g/gotop-git/PKGBUILD
anodium commented on 2019-07-24 00:32
Hi @m3thodic,
I've added a desktop entry and icon so that it can be run from a DE directly. Here's the patch, you can apply it with
git am 1-gotop-git.patch
.I've also updated the git revision in a seperate patch.
cjbassi commented on 2019-02-25 21:37
@egrupled Thanks again. Should be fixed now. I applied the same changes that I described in the gotop AUR package.
egrupled commented on 2019-02-25 20:07
There are couple issues with the current PKGBUILD:
It creates persistent ~/go dir (with default GOPATH) and download all dependencies there. Moreover files in that dir are set as read-only.
It doesn't honor LDFLAGS
Below is example which fixes this issue:
It sets GOPATH to temporary directory under build dir.
It take LDFLAGS into account, also strips build path for reproducibility[1].
It makes temporary GOPATH writable which allows for clean up.
[1] https://wiki.archlinux.org/index.php/Go_package_guidelines#Flags_and_build_options
Please consider adopting those changes.
m3thodic commented on 2019-02-21 01:13
@egrupled thanks for the heads up, PKGBUILD has been updated.
egrupled commented on 2019-02-20 12:21
Please change "go>=1.11.0" to "go" in depends otherwise it break building with go-pie. Versioned deps doesn't make sense in Arch as there is only one "go" version in repos and partial upgrades aren't supported.