19 lines
565 B
Bash
19 lines
565 B
Bash
# Template file for 'neofetch'
|
|
pkgname=neofetch
|
|
version=6.1.0
|
|
revision=1
|
|
archs=noarch
|
|
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=ece351e35286b64d362000d409b27597fcbdcf77e8e60fa0adae1f29d3c29637
|
|
|
|
post_install() {
|
|
vlicense LICENSE.md
|
|
}
|