20 lines
577 B
Bash
20 lines
577 B
Bash
# Template file for 'cpufetch'
|
|
pkgname=cpufetch
|
|
version=1.06
|
|
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"
|
|
maintainer="clos3y <sam.w.close@gmail.com>"
|
|
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"
|
|
checksum=b8ec1339cf3a3bb9325cde7fb0748dd609043e8d2938c292956da7e457bdb7d9
|
|
|
|
do_install() {
|
|
vbin cpufetch
|
|
vman cpufetch.1
|
|
}
|