void-packages/srcpkgs/onefetch/template
2022-04-12 00:05:11 +02:00

20 lines
544 B
Bash

# Template file for 'onefetch'
pkgname=onefetch
version=2.12.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=f57b16dfa2bb95dd1fb805257a1761baa20d69eb9ce7c311d369609894c53897
if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then
broken="exr crate unimplemented for BE"
fi
post_install() {
vlicense LICENSE.md
}