New package: cpufetch-1.05

This commit is contained in:
closey 2023-12-29 01:16:33 +00:00 committed by classabbyamp
parent 0933a79fdc
commit 347498ec32
1 changed files with 19 additions and 0 deletions

19
srcpkgs/cpufetch/template Normal file
View File

@ -0,0 +1,19 @@
# Template file for 'cpufetch'
pkgname=cpufetch
version=1.05
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="Sam Close <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=82c8195cc535ad468fa2e61fa9648bb09d55cbcc59f76a72b66bd99fd290a7e6
do_install() {
vbin cpufetch
vman cpufetch.1
}