17 lines
503 B
Bash
17 lines
503 B
Bash
# Template file for 'neofetch'
|
|
pkgname=neofetch
|
|
version=1.8
|
|
revision=1
|
|
noarch=yes
|
|
build_style=gnu-makefile
|
|
depends="bash xprop ImageMagick w3m-img"
|
|
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=bcff4071cc001f050ec41e844058eb79d491a403dc53ca5fc57be4015b2052b6
|
|
|
|
post_install() {
|
|
vlicense LICENSE.md
|
|
}
|