diff --git a/srcpkgs/lowfetch/template b/srcpkgs/lowfetch/template new file mode 100644 index 0000000..5016dec --- /dev/null +++ b/srcpkgs/lowfetch/template @@ -0,0 +1,16 @@ +# Template file for 'lowfetch' +pkgname=lowfetch +version=23.11.05 +revision=1 +build_style=gnu-makefile +makedepends="clang mold" +short_desc="Linux system information tool" +maintainer="Lilian Jónsdóttir " +license="GPL-3.0-or-later" +homepage="https://github.com/callyral/lowfetch" +distfiles="https://github.com/callyral/lowfetch/archive/refs/tags/v${version}.tar.gz" +checksum=e05e21662015f169d360b39448ded6067fb7407ff40fbef7aec0ec56bea73582 + +do_install() { + vbin build/lowfetch +} diff --git a/srcpkgs/macchina/template b/srcpkgs/macchina/template new file mode 100644 index 0000000..e36ea39 --- /dev/null +++ b/srcpkgs/macchina/template @@ -0,0 +1,25 @@ +# Template file for 'macchina' +pkgname=macchina +version=6.1.8 +revision=1 +build_style=cargo +short_desc="System information frontend with an emphasis on performance" +maintainer="Lilian Jónsdóttir " +license="MIT" +homepage="https://github.com/Macchina-CLI/macchina" +distfiles="https://github.com/Macchina-CLI/macchina/archive/refs/tags/v${version}.tar.gz" +checksum=e827f640b55fe47a6127dd0c276e76b597e3cb83916be37351cdd6a81d75311e + +post_install() { + vmkdir usr/share/macchina + vcopy contrib/ascii usr/share/macchina + vcopy contrib/scripts usr/share/macchina + vcopy contrib/themes usr/share/macchina + + vmkdir etc/xdg/macchina + vcopy macchina.toml etc/xdg/macchina + + vman doc/macchina.1 + vman doc/macchina.7 + vlicense LICENSE +} diff --git a/srcpkgs/pfetch-rs/template b/srcpkgs/pfetch-rs/template new file mode 100644 index 0000000..a9f5e4d --- /dev/null +++ b/srcpkgs/pfetch-rs/template @@ -0,0 +1,16 @@ +# Template file for 'pfetch-rs' +pkgname=pfetch-rs +version=2.8.1 +revision=1 +build_style=cargo +short_desc="System information tool written in rust" +maintainer="Lilian Jónsdóttir " +license="MIT" +homepage="https://github.com/Gobidev/pfetch-rs" +distfiles="https://github.com/Gobidev/pfetch-rs/archive/refs/tags/v${version}.tar.gz" +checksum=f3ae46062d2d9dc928433b32000c08954df89b731b7f72a764aa9a97cac8594e +conflicts="pfetch" + +post_install() { + vlicense LICENSE +}