1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-13 22:46:39 +00:00
termux-packages/packages/pv/build.sh
2021-10-05 23:33:08 +03:00

9 lines
481 B
Bash

TERMUX_PKG_HOMEPAGE=http://www.ivarch.com/programs/pv.shtml
TERMUX_PKG_DESCRIPTION="Terminal-based tool for monitoring the progress of data through a pipeline"
TERMUX_PKG_LICENSE="Artistic-License-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=1.6.20
TERMUX_PKG_SRCURL=http://www.ivarch.com/programs/sources/pv-${TERMUX_PKG_VERSION}.tar.bz2
TERMUX_PKG_SHA256=e831951eff0718fba9b1ef286128773b9d0e723e1fbfae88d5a3188814fdc603
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-ipc"