19 lines
563 B
Bash
19 lines
563 B
Bash
# Template file for 'neofetch'
|
|
pkgname=neofetch
|
|
version=6.0.0
|
|
revision=1
|
|
noarch=yes
|
|
build_style=gnu-makefile
|
|
depends="bash"
|
|
short_desc="Simple system information script"
|
|
maintainer="Muhammad Herdiansyah <herdiansyah@netc.eu>"
|
|
license="MIT"
|
|
homepage="https://github.com/dylanaraps/neofetch"
|
|
changelog="https://raw.githubusercontent.com/dylanaraps/neofetch/master/CHANGELOG.md"
|
|
distfiles="${homepage}/archive/${version}/${pkgname}-${version}.tar.gz"
|
|
checksum=264a7689561bb498f97f10231959bdd8f7c873671bac2ffb660de9a5863b1c76
|
|
|
|
post_install() {
|
|
vlicense LICENSE.md
|
|
}
|