mirror of
https://github.com/termux/termux-packages.git
synced 2025-01-06 03:46:41 +00:00
fe1c7b6dca
A random package bump to exercise the CI pipeline after the ubuntu 24.04 update (#21421).
10 lines
522 B
Bash
10 lines
522 B
Bash
TERMUX_PKG_HOMEPAGE=http://libpipeline.nongnu.org/
|
|
TERMUX_PKG_DESCRIPTION="C library for manipulating pipelines of subprocesses in a flexible and convenient way"
|
|
TERMUX_PKG_LICENSE="GPL-3.0"
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
|
TERMUX_PKG_VERSION=1.5.8
|
|
TERMUX_PKG_SRCURL=https://download.savannah.nongnu.org/releases/libpipeline/libpipeline-${TERMUX_PKG_VERSION}.tar.gz
|
|
TERMUX_PKG_SHA256=1b1203ca152ccd63983c3f2112f7fe6fa5afd453218ede5153d1b31e11bb8405
|
|
TERMUX_PKG_BREAKS="libpipeline-dev"
|
|
TERMUX_PKG_REPLACES="libpipeline-dev"
|