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