void-packages/srcpkgs/bcal/template

19 lines
651 B
Bash

# Template file for 'bcal'
pkgname=bcal
version=2.4
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"
changelog="https://raw.githubusercontent.com/jarun/bcal/master/CHANGELOG"
distfiles="https://github.com/jarun/bcal/archive/v${version}.tar.gz"
checksum=141f39d866f62274b2262164baaac6202f60749862c84c2e6ed231f6d03ee8df
if [ "$XBPS_TARGET_WORDSIZE" -ne 64 ]; then
broken="Can only be built for 64 bit targets which define __uint128_t."
fi