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