void-packages/srcpkgs/onefetch/template
2021-07-06 23:01:29 -03:00

16 lines
457 B
Bash

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