void-packages/srcpkgs/bcal/template
Andrew Benson d8546e1422 bcal: update to 1.9
Closes #14609.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
2018-05-22 07:54:40 +02:00

16 lines
617 B
Bash

# Template file for 'bcal'
pkgname=bcal
version=1.9
revision=1
build_style=gnu-makefile
makedepends="libquadmath-devel readline-devel"
short_desc="Byte CALculator for storage conversions and calculations"
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
license="GPL-3.0-or-later"
homepage="https://github.com/jarun/bcal"
distfiles="https://github.com/jarun/bcal/archive/v${version}.tar.gz"
checksum=5d075deaef087680ea4c153ed5f0696f8be149a59ce0e5aaeb3f5b1180b2ec81
nocross=yes
case "$XBPS_TARGET_MACHINE" in
i686*) broken="https://build.voidlinux.eu/builders/i686_builder/builds/6760/steps/shell_3/logs/stdio";;
esac