17 lines
479 B
Bash
17 lines
479 B
Bash
# Template file for 'neofetch'
|
|
pkgname=neofetch
|
|
version=1.9.1
|
|
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=d7e30215994968ca861836f9bab9259624688fd50620e7d5af5c8b31da8bd32b
|
|
|
|
post_install() {
|
|
vlicense LICENSE.md
|
|
}
|