18 lines
477 B
Bash
18 lines
477 B
Bash
# Template file for 'neofetch'
|
|
pkgname=neofetch
|
|
version=4.0.2
|
|
revision=1
|
|
noarch=yes
|
|
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"
|
|
distfiles="${homepage}/archive/${version}/${pkgname}-${version}.tar.gz"
|
|
checksum=3cd4db97d732dd91424b357166d38edccec236c21612b392318b48a3ffa29004
|
|
|
|
post_install() {
|
|
vlicense LICENSE.md
|
|
}
|