void-packages/srcpkgs/neofetch/template
Đoàn Trần Công Danh 334360611f neofetch: remove noarch
2020-11-23 18:50:48 +07:00

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
}