2016-03-13 07:46:43 +00:00
|
|
|
# Template file for 'neofetch'
|
|
|
|
pkgname=neofetch
|
2016-04-01 12:52:47 +00:00
|
|
|
version=1.6
|
2016-03-13 07:46:43 +00:00
|
|
|
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"
|
2016-04-01 12:52:47 +00:00
|
|
|
checksum=d48f581473fbfc37d250509f8dc2b10bc48df8eafef2429b2a48865d14c88092
|
2016-03-13 07:46:43 +00:00
|
|
|
|
|
|
|
post_install() {
|
|
|
|
vlicense LICENSE.md
|
|
|
|
}
|