18 lines
613 B
Bash
18 lines
613 B
Bash
# Template file for 'bcal'
|
|
pkgname=bcal
|
|
version=2.1
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
makedepends="readline-devel"
|
|
depends="bc"
|
|
short_desc="Byte CALculator for storage conversions and calculations"
|
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://github.com/jarun/bcal"
|
|
distfiles="https://github.com/jarun/bcal/archive/v${version}.tar.gz"
|
|
checksum=c0b6cb911a773abdd555e6a9e0eb8a25934ceca038156e6250e117fa451beaa6
|
|
nocross=yes
|
|
|
|
case "$XBPS_TARGET_MACHINE" in
|
|
i686*) broken="https://build.voidlinux.eu/builders/i686_builder/builds/6760/steps/shell_3/logs/stdio";;
|
|
esac
|