termux-packages/packages/cicada/build.sh
Termux Github Actions 768ef98ffe cicada: update to 0.9.22
This commit has been automatically submitted by Github Actions.
2021-07-24 06:10:14 +00:00

14 lines
491 B
Bash

TERMUX_PKG_HOMEPAGE=https://github.com/mitnk/cicada
TERMUX_PKG_DESCRIPTION="A bash like Unix shell"
TERMUX_PKG_MAINTAINER="Hugo Wang <w@mitnk.com>"
TERMUX_PKG_LICENSE="MIT"
TERMUX_PKG_VERSION=0.9.22
TERMUX_PKG_SRCURL=https://github.com/mitnk/cicada/archive/v$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_SHA256=1d8163764dd94f76e857e39ac22dcd1e44133593f8bc225d5b57a84f8f809994
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_BLACKLISTED_ARCHES="arm, i686"
termux_step_pre_configure() {
rm -f Makefile
}