mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-12 04:41: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
14 lines
495 B
Bash
14 lines
495 B
Bash
TERMUX_PKG_HOMEPAGE=https://github.com/nabijaczleweli/termimage
|
|
TERMUX_PKG_DESCRIPTION="Terminal image viewer"
|
|
TERMUX_PKG_LICENSE="MIT"
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
|
TERMUX_PKG_VERSION="1.2.1"
|
|
TERMUX_PKG_SRCURL=https://github.com/nabijaczleweli/termimage/archive/refs/tags/v$TERMUX_PKG_VERSION.tar.gz
|
|
TERMUX_PKG_SHA256=a6f21c2675ec259975b106cde8688f876d9799c4453ff983c849c9f193ecda88
|
|
TERMUX_PKG_AUTO_UPDATE=true
|
|
TERMUX_PKG_BUILD_IN_SRC=true
|
|
|
|
termux_step_pre_configure() {
|
|
termux_setup_rust
|
|
}
|