pkgs/srcpkgs/cereus-neofetch/template
KF-Art a41587d52d Move cereus-neofetch custom branding to a patch
Using a patch instead of replacing the whole script will allow us to update the package more easily.
2023-11-14 14:40:00 -05:00

20 lines
664 B
Bash

# Template file for 'cereus-neofetch'
pkgname=cereus-neofetch
version=7.1.0
revision=7
repository=cereus-core
wrksrc=neofetch-${version}
build_style=gnu-makefile
depends="bash nerd-fonts-symbols"
short_desc="Simple system information script (Cereus patched edition)"
maintainer="Kevin Figueroa <kfdevart@disroot.org>"
license="MIT"
homepage="https://github.com/dylanaraps/neofetch"
changelog="https://github.com/dylanaraps/neofetch/releases/tag/${version}"
distfiles="${homepage}/archive/${version}/${pkgname}-${version}.tar.gz"
checksum=58a95e6b714e41efc804eca389a223309169b2def35e57fa934482a6b47c27e7
replaces="neofetch"
post_install() {
vlicense LICENSE.md
}