From 95fda45789637fff06b6457ca518a859f6afc812 Mon Sep 17 00:00:00 2001 From: YourDeathIsComing Date: Sat, 21 Aug 2021 09:44:56 +0200 Subject: [PATCH] New package: cpufetch-0.99 --- srcpkgs/cpufetch/template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/cpufetch/template diff --git a/srcpkgs/cpufetch/template b/srcpkgs/cpufetch/template new file mode 100644 index 000000000000..91eff6d32238 --- /dev/null +++ b/srcpkgs/cpufetch/template @@ -0,0 +1,20 @@ +# Template file for 'cpufetch' +pkgname=cpufetch +version=0.99 +revision=1 +#build_style=gnu-makefile +#hostmakedepends="" +#makedepends="" +#depends="" +short_desc="Simple yet fancy CPU architecture fetching tool" +maintainer="PDotE " +license="MIT" +homepage="https://github.com/Dr-Noob/cpufetch/" +distfiles="https://github.com/Dr-Noob/cpufetch/archive/refs/tags/v${version}.tar.gz" +checksum=55af75557fad05a7f95e06968c2ca7ef9c09bb30f3e9b1ff5f1702c7ae8d104a + +do_install() { + make all + vbin cpufetch + vlicense LICENSE +}