add new package: xmake (#4982)
This commit is contained in:
parent
56cd5d2127
commit
d81ec09691
15
packages/xmake/build.sh
Normal file
15
packages/xmake/build.sh
Normal file
@ -0,0 +1,15 @@
|
||||
TERMUX_PKG_HOMEPAGE=https://xmake.io/
|
||||
TERMUX_PKG_DESCRIPTION="A cross-platform build utility based on Lua"
|
||||
TERMUX_PKG_LICENSE="GPL-2.0"
|
||||
TERMUX_PKG_MAINTAINER="Ruki Wang @waruqi"
|
||||
TERMUX_PKG_VERSION=2.3.1
|
||||
TERMUX_PKG_SRCURL=https://github.com/xmake-io/xmake/releases/download/v${TERMUX_PKG_VERSION}/xmake-v${TERMUX_PKG_VERSION}.tar.gz
|
||||
TERMUX_PKG_SHA256=c927efad5412c3bdb8bad1be5b1b2ea40a998dff2a252edb443782865b7472b9
|
||||
TERMUX_PKG_BUILD_IN_SRC=true
|
||||
|
||||
termux_step_make() {
|
||||
make build
|
||||
}
|
||||
termux_step_make_install() {
|
||||
make install PREFIX="${TERMUX_PREFIX}"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user