Minor corrections for cereus-neofetch
This commit is contained in:
parent
3bc637986c
commit
99031772fb
2 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue