void-packages/srcpkgs/cpufetch/template

20 lines
577 B
Bash
Raw Normal View History

2023-12-29 02:16:33 +01:00
# Template file for 'cpufetch'
pkgname=cpufetch
2024-08-27 12:01:09 +02:00
version=1.06
2023-12-29 02:16:33 +01:00
revision=1
archs="~armv5* ~mips*"
build_style=gnu-makefile
make_build_args="arch=${XBPS_TARGET_MACHINE%-musl}"
make_use_env=yes
short_desc="Simple yet fancy CPU architecture fetching tool"
2024-08-27 12:01:09 +02:00
maintainer="clos3y <sam.w.close@gmail.com>"
2023-12-29 02:16:33 +01:00
license="GPL-2.0-or-later"
homepage="https://github.com/Dr-Noob/cpufetch"
distfiles="https://github.com/Dr-Noob/cpufetch/archive/refs/tags/v${version}.tar.gz"
2024-08-27 12:01:09 +02:00
checksum=b8ec1339cf3a3bb9325cde7fb0748dd609043e8d2938c292956da7e457bdb7d9
2023-12-29 02:16:33 +01:00
do_install() {
vbin cpufetch
vman cpufetch.1
}