15 lines
456 B
Bash
15 lines
456 B
Bash
# Template file for 'onefetch'
|
|
pkgname=onefetch
|
|
version=2.4.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=ea7b2c0a3742a110a60528df7fb05647ea87d41fe22de1de3be61d310486ae0d
|
|
|
|
post_install() {
|
|
vlicense LICENSE.md
|
|
}
|