void-packages/srcpkgs/bcal/template
Jürgen Buchmüller d559a8f247 bcal: update to 2.2
2020-01-08 11:30:41 +01:00

18 lines
588 B
Bash

# Template file for 'bcal'
pkgname=bcal
version=2.2
revision=1
build_style=gnu-makefile
makedepends="readline-devel"
depends="bc"
short_desc="Byte CALculator for storage conversions and calculations"
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
license="GPL-3.0-or-later"
homepage="https://github.com/jarun/bcal"
distfiles="https://github.com/jarun/bcal/archive/v${version}.tar.gz"
checksum=506d17d6df35fad636d3ced425afee5921cd2b21242099b78b369cfcb5716e23
if [ "$XBPS_TARGET_WORDSIZE" -ne 64 ]; then
broken="Can only be built for 64 bit targets which define __uint128_t."
fi