0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-12-11 23:00:52 +00:00
Twaik Yont 981665b324 Removing inactive maintainers
Removing maintainers if there was no activity after pull request merging or if there was no activity in the last two years
[no ci]
2024-05-21 09:40:40 +03:00

13 lines
564 B
Bash

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="@termux"
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"