mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
bottom: update to 0.8.0.
This commit is contained in:
parent
80476de652
commit
e8c08c2a30
1 changed files with 6 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'bottom'
|
||||
pkgname=bottom
|
||||
version=0.6.8
|
||||
version=0.8.0
|
||||
revision=1
|
||||
build_style=cargo
|
||||
short_desc="Yet another cross-platform graphical process/system monitor"
|
||||
|
@ -9,7 +9,11 @@ license="MIT"
|
|||
homepage="https://github.com/ClementTsang/bottom"
|
||||
changelog="https://raw.githubusercontent.com/ClementTsang/bottom/master/CHANGELOG.md"
|
||||
distfiles="https://github.com/ClementTsang/bottom/archive/${version}.tar.gz"
|
||||
checksum=4e4eb251972a7af8c46dd36bcf1335fea334fb670569434fbfd594208905b2d9
|
||||
checksum=0fe6a826d18570ab33b2af3b26ce28c61e3aa830abb2b622f2c3b81da802437a
|
||||
|
||||
pre_build() {
|
||||
export BTM_GENERATE=true
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vdoc README.md
|
||||
|
|
Loading…
Add table
Reference in a new issue