0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-09-05 20:50:37 +00:00
Files
termux-packages/packages/asciinema/build.sh
Fredrik Fornwall 5fe829404c revbump(main/{asciinema,pathpicker,ranger,uwsgi,ytui-music}) (#21693)
Revbump some python packages after python 3.12 (#18078).
2024-10-06 19:40:12 +02:00

20 lines
692 B
Bash

TERMUX_PKG_HOMEPAGE=https://asciinema.org/
TERMUX_PKG_DESCRIPTION="Record and share your terminal sessions, the right way"
TERMUX_PKG_LICENSE="GPL-3.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="2.4.0"
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=https://github.com/asciinema/asciinema/archive/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=b0e05f0b5ae7ae4e7186c6bd824e6d670203bb24f1c89ee52fc8fae7254e6091
TERMUX_PKG_AUTO_UPDATE=true
# ncurses-utils for tput which asciinema uses:
TERMUX_PKG_DEPENDS="python, ncurses-utils"
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_PLATFORM_INDEPENDENT=true
TERMUX_PKG_HAS_DEBUG=false
TERMUX_PKG_PYTHON_COMMON_DEPS="wheel"
termux_step_make() {
return
}