some system info fetchers
This commit is contained in:
parent
726b3a85b2
commit
d1e419a20f
3 changed files with 57 additions and 0 deletions
16
srcpkgs/lowfetch/template
Normal file
16
srcpkgs/lowfetch/template
Normal file
|
@ -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 <lilian.jonsdottir@gmail.com>"
|
||||
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
|
||||
}
|
25
srcpkgs/macchina/template
Normal file
25
srcpkgs/macchina/template
Normal file
|
@ -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 <lilian.jonsdottir@gmail.com>"
|
||||
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
|
||||
}
|
16
srcpkgs/pfetch-rs/template
Normal file
16
srcpkgs/pfetch-rs/template
Normal file
|
@ -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 <lilian.jonsdottir@gmail.com>"
|
||||
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
|
||||
}
|
Loading…
Add table
Reference in a new issue