void-packages/srcpkgs/onefetch/template

16 lines
456 B
Bash

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