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