24 lines
736 B
Bash
24 lines
736 B
Bash
# Template file for 'onefetch'
|
|
pkgname=onefetch
|
|
version=2.13.2
|
|
revision=1
|
|
build_style=cargo
|
|
make_check_args="-- --skip info::tests::test_style_subtitle"
|
|
hostmakedepends="pkg-config cmake git"
|
|
makedepends="zlib-devel"
|
|
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"
|
|
changelog="https://github.com/o2sh/onefetch/raw/main/CHANGELOG.md"
|
|
distfiles="https://github.com/o2sh/onefetch/archive/v${version}.tar.gz"
|
|
checksum=6a57e12fb049af89de13aeaf06f206be602e73872458ff4cd5725d3b82289123
|
|
|
|
if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then
|
|
broken="exr crate unimplemented for BE"
|
|
fi
|
|
|
|
post_install() {
|
|
vlicense LICENSE.md
|
|
}
|