2017-12-20 07:44:27 +00:00
|
|
|
# Template file for 'bcal'
|
|
|
|
pkgname=bcal
|
2018-03-12 20:25:36 +00:00
|
|
|
version=1.8
|
2017-12-20 07:44:27 +00:00
|
|
|
revision=1
|
|
|
|
build_style=gnu-makefile
|
|
|
|
makedepends="libquadmath-devel"
|
|
|
|
short_desc="Byte CALculator for storage conversions and calculations"
|
|
|
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
2018-03-12 20:25:36 +00:00
|
|
|
license="GPL-3.0-or-later"
|
2017-12-20 07:44:27 +00:00
|
|
|
homepage="https://github.com/jarun/bcal"
|
|
|
|
distfiles="https://github.com/jarun/bcal/archive/v${version}.tar.gz"
|
2018-03-12 20:25:36 +00:00
|
|
|
checksum=2bdf9057456e30e97ace3becbdbf7642bbc1689668e8aaad2ef6bfe9c4de9603
|
2017-12-28 18:36:33 +00:00
|
|
|
nocross=yes
|
|
|
|
case "$XBPS_TARGET_MACHINE" in
|
|
|
|
i686*) broken="https://build.voidlinux.eu/builders/i686_builder/builds/6760/steps/shell_3/logs/stdio";;
|
|
|
|
esac
|
|
|
|
|