void-packages/srcpkgs/rooster/template
2019-04-08 07:11:44 -03:00

17 lines
691 B
Bash

# Template file for 'rooster'
pkgname=rooster
version=2.8.0
revision=1
build_style=cargo
hostmakedepends="pkg-config python3"
makedepends="libX11-devel libXmu-devel libressl-devel libsodium-devel"
short_desc="Simple password manager for geeks"
maintainer="Orphaned <orphan@voidlinux.org>"
license="Apache-2.0"
homepage="https://github.com/conradkdotcom/rooster"
distfiles="https://github.com/conradkdotcom/rooster/archive/v${version}.tar.gz"
checksum=49647992eb48ef7df4ffee897aeb8f651e403c86d08c5dac92bb96547951a68a
case "$XBPS_TARGET_MACHINE" in
aarch64*|ppc64*) broken="undefined reference to rust_crypto_util_fixed_time_eq_asm https://github.com/DaGenix/rust-crypto/issues/383" ;;
esac