1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-15 15:06:40 +00:00
termux-packages/packages/xmake/build.sh
Termux Github Actions 754151dd27 xmake: update to 2.7.1
This commit has been automatically submitted by Github Actions.
2022-08-26 12:14:39 +00:00

10 lines
477 B
Bash

TERMUX_PKG_HOMEPAGE=https://xmake.io/
TERMUX_PKG_DESCRIPTION="A cross-platform build utility based on Lua"
TERMUX_PKG_LICENSE="Apache-2.0"
TERMUX_PKG_MAINTAINER="Ruki Wang @waruqi"
TERMUX_PKG_VERSION="2.7.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=e44085090641547d8814afcc345d641d8ce1e38b6e05fee7375fc88150c0803d
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_BUILD_IN_SRC=true