mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-13 13:21:03 +00:00
Explicitly declare termux_setup_rust in build script after removal in termux_step_make_install. This is done to quickly identify which packages are Rust based. %ci:no-build
18 lines
583 B
Bash
18 lines
583 B
Bash
TERMUX_PKG_HOMEPAGE=https://github.com/n0-computer/sendme
|
|
TERMUX_PKG_DESCRIPTION="A tool to send files and directories, based on iroh"
|
|
TERMUX_PKG_LICENSE="Apache-2.0, MIT"
|
|
TERMUX_PKG_LICENSE_FILE="
|
|
LICENSE-APACHE
|
|
LICENSE-MIT
|
|
"
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
|
TERMUX_PKG_VERSION="0.31.0"
|
|
TERMUX_PKG_SRCURL="https://github.com/n0-computer/sendme/archive/refs/tags/v$TERMUX_PKG_VERSION.tar.gz"
|
|
TERMUX_PKG_SHA256=2b4f0a361cf61852d915dbe2aac62c1d0108b510d36c204a128b77621bec72e3
|
|
TERMUX_PKG_AUTO_UPDATE=true
|
|
TERMUX_PKG_BUILD_IN_SRC=true
|
|
|
|
termux_step_pre_configure() {
|
|
termux_setup_rust
|
|
}
|