new package: bcal (#11754)

This commit is contained in:
IntinteDAO 2022-09-02 16:39:07 +02:00 committed by GitHub
parent 0da31d24a1
commit 736e5b41cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

12
packages/bcal/build.sh Normal file
View File

@ -0,0 +1,12 @@
TERMUX_PKG_HOMEPAGE=https://github.com/jarun/bcal
TERMUX_PKG_DESCRIPTION="Command-line utility for storage conversions and calculations"
TERMUX_PKG_LICENSE="GPL-3.0"
TERMUX_PKG_MAINTAINER="@fervi"
TERMUX_PKG_VERSION="2.4"
TERMUX_PKG_SRCURL=https://github.com/jarun/bcal/archive/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=141f39d866f62274b2262164baaac6202f60749862c84c2e6ed231f6d03ee8df
TERMUX_PKG_DEPENDS="readline, bc"
TERMUX_PKG_BUILD_IN_SRC=true
# 64-bit archs only, check https://github.com/jarun/bcal/issues/4
TERMUX_PKG_BLACKLISTED_ARCHES="arm, i686"