mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-14 22:45:10 +02:00
17 lines
477 B
Bash
17 lines
477 B
Bash
# Template file for 'neofetch'
|
|
pkgname=neofetch
|
|
version=3.4.0
|
|
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=2b03328e92f80de8aca9571ad693f4e8b86b62e9c99792f3002f82907c5530a3
|
|
|
|
post_install() {
|
|
vlicense LICENSE.md
|
|
}
|