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 ~"
|
prin " ~ Software ~"
|
||||||
|
|
||||||
info "OS " "Cereus Linux" distro
|
info "OS " distro
|
||||||
info "Packages " packages
|
info "Packages " packages
|
||||||
info "WM " wm
|
info "WM " wm
|
||||||
info "DE " de
|
info "DE " de
|
||||||
|
|
|
@ -5,9 +5,9 @@ revision=5
|
||||||
repository=cereus-core
|
repository=cereus-core
|
||||||
wrksrc=neofetch-${version}
|
wrksrc=neofetch-${version}
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
depends="bash nerd-fonts-symbolsg"
|
depends="bash nerd-fonts-symbols"
|
||||||
short_desc="Simple system information script - Cereus patched edition"
|
short_desc="Simple system information script (Cereus patched edition)"
|
||||||
maintainer="Kevin F. <https://github.com/KF-Art>"
|
maintainer="Kevin F. <kevinfigueroart@proton.me>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/dylanaraps/neofetch"
|
homepage="https://github.com/dylanaraps/neofetch"
|
||||||
changelog="https://github.com/dylanaraps/neofetch/releases/tag/${version}"
|
changelog="https://github.com/dylanaraps/neofetch/releases/tag/${version}"
|
||||||
|
@ -18,5 +18,5 @@ replaces="neofetch"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.md
|
vlicense LICENSE.md
|
||||||
vinstall ${FILESDIR}/neofetch 755 usr/bin/
|
vbin ${FILESDIR}/neofetch
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue