18 lines
565 B
Bash
18 lines
565 B
Bash
# Template file for 'neofetch'
|
|
pkgname=neofetch
|
|
version=7.0.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=8c6bd217cf6d34fc1f3dcbb0e8b1137655bc13fbb21165273dbb2a7bce0d3130
|
|
|
|
post_install() {
|
|
vlicense LICENSE.md
|
|
}
|