Package Details: bashtop-git r313.4bf71e6-1

Git Clone URL: https://aur.archlinux.org/bashtop-git.git (read-only, click to copy)
Package Base: bashtop-git
Description: Resource monitor that shows usage and stats for processor, memory, disks, network and processes.
Upstream URL: https://github.com/aristocratos/bashtop
Licenses: Apache
Conflicts: bashtop
Provides: bashtop
Submitter: eathtespagheti
Maintainer: eathtespagheti
Last Packager: eathtespagheti
Votes: 9
Popularity: 0.000000
First Submitted: 2020-04-06 09:19 (UTC)
Last Updated: 2020-10-06 11:08 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

Levitating commented on 2020-06-17 01:47 (UTC)

Does this not install the themes?

yochananmarqos commented on 2020-04-11 00:15 (UTC)

Tags are available:

pkgver() {
    cd "$srcdir/${pkgname%-git}"
    git describe --long --tags | sed 's/^v.//;s/\([^-]*-g\)/r\1/;s/-/./g'
}
0.7.0.r2.gb5b6a19

eathtespagheti commented on 2020-04-10 18:52 (UTC)

Yep, just pushed with the makedepends=('git')

crian commented on 2020-04-10 17:03 (UTC)

Can you add makedepends=('git') to PKGBUILD?

eathtespagheti commented on 2020-04-06 19:28 (UTC)

Thanks for pointing this out @yochananmarqos, I've just updated the PKGBUILD

yochananmarqos commented on 2020-04-06 18:57 (UTC) (edited on 2020-04-06 18:58 (UTC) by yochananmarqos)

Please follow VCS package guidelines. If you want to release a static version instead of pulling from the latest commit, submit a package called bashtop.

Example VCS PKGBUILD