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