void-packages/srcpkgs/onefetch/template
2020-10-24 14:33:48 +02:00

15 lines
456 B
Bash

# Template file for 'onefetch'
pkgname=onefetch
version=2.5.0
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"
checksum=1f4d34f70fc38d453f875c40852c535a5c5b011563262209976ecaf028a664c6
post_install() {
vlicense LICENSE.md
}