void-packages/srcpkgs/onefetch/template

16 lines
456 B
Bash
Raw Normal View History

2019-12-03 20:41:04 +00:00
# Template file for 'onefetch'
pkgname=onefetch
2020-01-09 09:12:37 +00:00
version=2.2.0
2019-12-03 20:41:04 +00:00
revision=1
build_style=cargo
short_desc="Git repository summary on your terminal"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
license="MIT"
homepage="https://github.com/o2sh/onefetch"
distfiles="https://github.com/o2sh/onefetch/archive/v${version}.tar.gz"
2020-01-09 09:12:37 +00:00
checksum=99e00a760670ac3e8653762fe690f37ce8214470d2887c37aeb778c2c1344734
2019-12-03 20:41:04 +00:00
post_install() {
vlicense LICENSE.md
}