gomuks: Depend on resolv-conf

This commit is contained in:
Tee KOBAYASHI 2023-01-08 05:47:25 +09:00 committed by xtkoba
parent f50679e7a4
commit 335cb30a68
1 changed files with 3 additions and 1 deletions

View File

@ -3,9 +3,11 @@ TERMUX_PKG_DESCRIPTION="A terminal Matrix client written in Go"
TERMUX_PKG_LICENSE="AGPL-V3"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=0.3.0
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=https://github.com/tulir/gomuks/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=0710a63cc3ec9a4f525510497ba64aa94170498eb536411d089871f336d99ab4
TERMUX_PKG_DEPENDS="libolm"
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_DEPENDS="libolm, resolv-conf"
TERMUX_PKG_BUILD_IN_SRC=true
termux_step_pre_configure() {