Minor corrections for cereus-neofetch

This commit is contained in:
KF-Art 2023-01-20 13:08:42 -06:00
parent 3bc637986c
commit 99031772fb
2 changed files with 5 additions and 5 deletions

View file

@ -66,7 +66,7 @@ print_info() {
prin " ~ Software ~"
info "OS  " "Cereus Linux" distro
info "OS  " distro
info "Packages  " packages
info "WM  " wm
info "DE  " de

View file

@ -5,9 +5,9 @@ revision=5
repository=cereus-core
wrksrc=neofetch-${version}
build_style=gnu-makefile
depends="bash nerd-fonts-symbolsg"
short_desc="Simple system information script - Cereus patched edition"
maintainer="Kevin F. <https://github.com/KF-Art>"
depends="bash nerd-fonts-symbols"
short_desc="Simple system information script (Cereus patched edition)"
maintainer="Kevin F. <kevinfigueroart@proton.me>"
license="MIT"
homepage="https://github.com/dylanaraps/neofetch"
changelog="https://github.com/dylanaraps/neofetch/releases/tag/${version}"
@ -18,5 +18,5 @@ replaces="neofetch"
post_install() {
vlicense LICENSE.md
vinstall ${FILESDIR}/neofetch 755 usr/bin/
vbin ${FILESDIR}/neofetch
}