new package: mautrix-whatsapp
This commit is contained in:
parent
ac8bc648fb
commit
7bdbf3f3df
25
packages/mautrix-whatsapp/build.sh
Normal file
25
packages/mautrix-whatsapp/build.sh
Normal file
@ -0,0 +1,25 @@
|
||||
TERMUX_PKG_HOMEPAGE=https://maunium.net/go/mautrix-whatsapp/
|
||||
TERMUX_PKG_DESCRIPTION="A Matrix-WhatsApp puppeting bridge"
|
||||
TERMUX_PKG_LICENSE="AGPL-V3"
|
||||
TERMUX_PKG_MAINTAINER="@termux"
|
||||
TERMUX_PKG_VERSION=0.3.0
|
||||
TERMUX_PKG_SRCURL=https://github.com/mautrix/whatsapp/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz
|
||||
TERMUX_PKG_SHA256=1c064cddcfa6b2f67a774c9b38b5a10b661741d31924209166794b784cf161fc
|
||||
TERMUX_PKG_DEPENDS="libolm"
|
||||
TERMUX_PKG_BUILD_IN_SRC=true
|
||||
|
||||
termux_step_pre_configure() {
|
||||
termux_setup_golang
|
||||
|
||||
go mod init || :
|
||||
go mod tidy
|
||||
}
|
||||
|
||||
termux_step_make() {
|
||||
go build -ldflags "-X 'main.BuildTime=$(date '+%b %_d %Y, %H:%M:%S')'"
|
||||
}
|
||||
|
||||
termux_step_make_install() {
|
||||
install -Dm700 -t $TERMUX_PREFIX/bin mautrix-whatsapp
|
||||
install -Dm600 -t $TERMUX_PREFIX/share/doc/$TERMUX_PKG_NAME example-config.yaml
|
||||
}
|
Loading…
Reference in New Issue
Block a user