void-packages/srcpkgs/onefetch/template
2021-11-29 09:49:57 -05:00

16 lines
457 B
Bash

# Template file for 'onefetch'
pkgname=onefetch
version=2.11.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=ffd3cc3bd24e299ede1fada2b2da8bf066d59219da167477e1997c860650c192
post_install() {
vlicense LICENSE.md
}