Files
termux-packages/packages/agg/build.sh
termux-pacman-bot 42a8b604b5 chore(tree-wide): declare termux_setup_rust dependency
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
2025-11-12 17:39:38 +00:00

15 lines
522 B
Bash

TERMUX_PKG_HOMEPAGE="https://github.com/asciinema/agg"
TERMUX_PKG_DESCRIPTION="asciinema gif generator"
TERMUX_PKG_LICENSE="Apache-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="1.7.0"
TERMUX_PKG_SRCURL="https://github.com/asciinema/agg/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz"
TERMUX_PKG_SHA256=8927e2f3b1db53feed2e74319497ddc8404ac7989cb592099c402fbd05d94aa4
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_RECOMMENDS="asciinema"
TERMUX_PKG_BUILD_IN_SRC=true
termux_step_pre_configure() {
termux_setup_rust
}