update lowfetch
This commit is contained in:
parent
a437c0d673
commit
8939682051
2 changed files with 9 additions and 5 deletions
|
@ -40,7 +40,7 @@ cp -vr srcpkgs/* $HOME/void-packages/srcpkgs
|
|||
- hunspell-es_US - Spanish (Estados Unidos) dictionary for hunspell
|
||||
- v2.8 - https://github.com/sbosio/rla-es
|
||||
- lowfetch - Linux system information tool
|
||||
- v23.11.05 - https://github.com/callyral/lowfetch
|
||||
- v23.11.10 - https://codeberg.org/callyral/lowfetch
|
||||
- macchina - System information frontend with an emphasis on performance
|
||||
- v6.1.8 - https://github.com/Macchina-CLI/macchina
|
||||
- mission-center - Monitor your CPU, Memory, Disk, Network and GPU usage
|
||||
|
|
|
@ -1,15 +1,19 @@
|
|||
# Template file for 'lowfetch'
|
||||
pkgname=lowfetch
|
||||
version=23.11.05
|
||||
version=23.11.10
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
makedepends="clang mold"
|
||||
short_desc="Linux system information tool"
|
||||
maintainer="Lilian Jónsdóttir <lilian.jonsdottir@gmail.com>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://github.com/callyral/lowfetch"
|
||||
distfiles="https://github.com/callyral/lowfetch/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=e05e21662015f169d360b39448ded6067fb7407ff40fbef7aec0ec56bea73582
|
||||
homepage="https://codeberg.org/callyral/lowfetch"
|
||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||
checksum=179ffd10bced1e99e364b31e2b2aa88851d18ba7ade7e01b37dcacf671593603
|
||||
|
||||
do_build() {
|
||||
make build
|
||||
}
|
||||
|
||||
do_install() {
|
||||
vbin build/lowfetch
|
||||
|
|
Loading…
Add table
Reference in a new issue