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