18 lines
592 B
Bash
18 lines
592 B
Bash
# Template file for 'bcal'
|
|
pkgname=bcal
|
|
version=1.7
|
|
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"
|
|
homepage="https://github.com/jarun/bcal"
|
|
distfiles="https://github.com/jarun/bcal/archive/v${version}.tar.gz"
|
|
checksum=501a09b0af42a722fd19354b4d139b8fe26920d5a1319cf382917dbf75a0f0be
|
|
nocross=yes
|
|
case "$XBPS_TARGET_MACHINE" in
|
|
i686*) broken="https://build.voidlinux.eu/builders/i686_builder/builds/6760/steps/shell_3/logs/stdio";;
|
|
esac
|
|
|