new package: cicada (#5207)
* new package: cicada * update post make commands * removed post make scripts
This commit is contained in:
parent
b5aa5ebf35
commit
dce0ff90a7
12
packages/cicada/build.sh
Normal file
12
packages/cicada/build.sh
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
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.11
|
||||||
|
TERMUX_PKG_SRCURL=https://github.com/mitnk/cicada/archive/v$TERMUX_PKG_VERSION.tar.gz
|
||||||
|
TERMUX_PKG_SHA256=a3755aab5c60887587e2e98d0786e7cbf03b9871e931d2a6a177aa093427253d
|
||||||
|
TERMUX_PKG_BUILD_IN_SRC=true
|
||||||
|
|
||||||
|
termux_step_pre_configure() {
|
||||||
|
rm -f Makefile
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user