18 lines
541 B
Bash
18 lines
541 B
Bash
# Template file for 'neofetch'
|
|
pkgname=neofetch
|
|
version=7.1.0
|
|
revision=2
|
|
build_style=gnu-makefile
|
|
depends="bash"
|
|
short_desc="Simple system information script"
|
|
maintainer="Muhammad Herdiansyah <herdiansyah@netc.eu>"
|
|
license="MIT"
|
|
homepage="https://github.com/dylanaraps/neofetch"
|
|
changelog="https://github.com/dylanaraps/neofetch/releases/tag/${version}"
|
|
distfiles="${homepage}/archive/${version}/${pkgname}-${version}.tar.gz"
|
|
checksum=58a95e6b714e41efc804eca389a223309169b2def35e57fa934482a6b47c27e7
|
|
|
|
post_install() {
|
|
vlicense LICENSE.md
|
|
}
|