void-packages/srcpkgs/bcal/template
2022-01-21 17:01:12 -03:00

17 lines
577 B
Bash

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