0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-05-11 03:55:32 +00:00
Files
termux-packages/packages/direnv/build.sh
Termux Github Actions c77d532d9d bump(main/direnv): 2.36.0
This commit has been automatically submitted by Github Actions.
2025-04-11 12:10:18 +00:00

14 lines
475 B
Bash

TERMUX_PKG_HOMEPAGE=https://github.com/direnv/direnv
TERMUX_PKG_DESCRIPTION="Environment switcher for shell"
TERMUX_PKG_LICENSE="MIT"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="2.36.0"
TERMUX_PKG_SRCURL=https://github.com/direnv/direnv/archive/v$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_SHA256=edb89ca67ef46a792d4e20177dae9dbd229e26dcbcfb17baa9645c1ff7cc47b0
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_BUILD_IN_SRC=true
termux_step_pre_configure() {
termux_setup_golang
}