mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
cpufetch: update to 1.06
This commit is contained in:
parent
6511ea50c6
commit
59ce19945d
1 changed files with 3 additions and 3 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'cpufetch'
|
# Template file for 'cpufetch'
|
||||||
pkgname=cpufetch
|
pkgname=cpufetch
|
||||||
version=1.05
|
version=1.06
|
||||||
revision=1
|
revision=1
|
||||||
archs="~armv5* ~mips*"
|
archs="~armv5* ~mips*"
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_build_args="arch=${XBPS_TARGET_MACHINE%-musl}"
|
make_build_args="arch=${XBPS_TARGET_MACHINE%-musl}"
|
||||||
make_use_env=yes
|
make_use_env=yes
|
||||||
short_desc="Simple yet fancy CPU architecture fetching tool"
|
short_desc="Simple yet fancy CPU architecture fetching tool"
|
||||||
maintainer="Sam Close <sam.w.close@gmail.com>"
|
maintainer="clos3y <sam.w.close@gmail.com>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://github.com/Dr-Noob/cpufetch"
|
homepage="https://github.com/Dr-Noob/cpufetch"
|
||||||
distfiles="https://github.com/Dr-Noob/cpufetch/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/Dr-Noob/cpufetch/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=82c8195cc535ad468fa2e61fa9648bb09d55cbcc59f76a72b66bd99fd290a7e6
|
checksum=b8ec1339cf3a3bb9325cde7fb0748dd609043e8d2938c292956da7e457bdb7d9
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin cpufetch
|
vbin cpufetch
|
||||||
|
|
Loading…
Add table
Reference in a new issue