void-packages/srcpkgs/rink/template

21 lines
686 B
Bash

# Template file for 'rink'
pkgname=rink
version=0.7.0
revision=1
build_style=cargo
make_install_args="--path cli"
hostmakedepends="pkg-config"
makedepends="openssl-devel"
short_desc="Unit-aware calculator and conversion tool"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MPL-2.0, GPL-3.0-only"
homepage="https://github.com/tiffany352/rink-rs"
changelog="https://github.com/tiffany352/rink-rs/releases"
distfiles="https://github.com/tiffany352/rink-rs/archive/refs/tags/v${version}.tar.gz"
checksum=fdee7e4227515927b4038bfb647f22733e799603b0d324124b7fcd02484e7146
case "$XBPS_TARGET_MACHINE" in
ppc64le*) ;;
ppc64*) broken="lots of unresolved imports for some reason";;
esac