24 lines
761 B
Bash
24 lines
761 B
Bash
# Template file for 'onefetch'
|
|
pkgname=onefetch
|
|
version=2.19.0
|
|
revision=1
|
|
build_style=cargo
|
|
make_check_args="-- --skip info::tests::test_style_subtitle"
|
|
hostmakedepends="pkg-config cmake git"
|
|
makedepends="zlib-devel libzstd-devel libgit2-devel"
|
|
short_desc="Git repository summary on your terminal"
|
|
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
|
|
license="MIT"
|
|
homepage="https://onefetch.dev"
|
|
changelog="https://github.com/o2sh/onefetch/raw/main/CHANGELOG.md"
|
|
distfiles="https://github.com/o2sh/onefetch/archive/refs/tags/${version}.tar.gz"
|
|
checksum=e6aa7504730de86f307d6c3671875b11a447a4088daf74df280c8f644dea4819
|
|
|
|
if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then
|
|
broken="exr crate unimplemented for BE"
|
|
fi
|
|
|
|
post_install() {
|
|
vlicense LICENSE.md
|
|
}
|