void-packages/srcpkgs/bcal/template
maxice8 9755e695d4 bcal: update to 1.8.
Closes: #12433 [via git-merge-pr]
2018-03-12 17:51:47 -07:00

17 lines
603 B
Bash

# Template file for 'bcal'
pkgname=bcal
version=1.8
revision=1
build_style=gnu-makefile
makedepends="libquadmath-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=2bdf9057456e30e97ace3becbdbf7642bbc1689668e8aaad2ef6bfe9c4de9603
nocross=yes
case "$XBPS_TARGET_MACHINE" in
i686*) broken="https://build.voidlinux.eu/builders/i686_builder/builds/6760/steps/shell_3/logs/stdio";;
esac