19 lines
563 B
Bash
19 lines
563 B
Bash
# Template file for 'neofetch'
|
|
pkgname=neofetch
|
|
version=5.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=2a4f4853bf83b88a037994dbc53a90c8bd5708f5eeb3392f56d4e49c49d995b3
|
|
|
|
post_install() {
|
|
vlicense LICENSE.md
|
|
}
|