e88a2757e2
Closes: #6799 [via git-merge-pr]
17 lines
479 B
Bash
17 lines
479 B
Bash
# Template file for 'neofetch'
|
|
pkgname=neofetch
|
|
version=3.2.0
|
|
revision=1
|
|
noarch=yes
|
|
build_style=gnu-makefile
|
|
depends="bash"
|
|
short_desc="Simple system information script"
|
|
maintainer="Muhammad Herdiansyah <herdiansyah@opmbx.org>"
|
|
homepage="https://github.com/dylanaraps/neofetch"
|
|
license="MIT"
|
|
distfiles="${homepage}/archive/${version}/${pkgname}-${version}.tar.gz"
|
|
checksum=6aecd51c165a36692b4f6481b3071ab936aafc3fccffabbbfda140567f16431d
|
|
|
|
post_install() {
|
|
vlicense LICENSE.md
|
|
}
|