diff --git a/srcpkgs/cpufetch/template b/srcpkgs/cpufetch/template new file mode 100644 index 00000000000..b0569d7e385 --- /dev/null +++ b/srcpkgs/cpufetch/template @@ -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 " +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 +}