0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-08-14 10:13:09 +00:00
Files
termux-packages/packages/deutex/build.sh
Termux Github Actions c9f343e6ef bump(main/deutex): 5.2.3
This commit has been automatically submitted by Github Actions.
2025-02-23 19:08:04 +00:00

14 lines
505 B
Bash

TERMUX_PKG_HOMEPAGE=https://github.com/Doom-Utils/deutex/
TERMUX_PKG_DESCRIPTION="WAD composer for Doom, Heretic, Hexen, and Strife"
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="5.2.3"
TERMUX_PKG_SRCURL=https://github.com/Doom-Utils/deutex/archive/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=74bc442169623d5b35dd5c62d8d1747da4358a6d499a6c8a21e6a71c3cf97e98
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_DEPENDS="libpng, zlib"
termux_step_pre_configure() {
./bootstrap
}