18 lines
500 B
TOML
18 lines
500 B
TOML
[build]
|
|
type = "autotools"
|
|
|
|
[dependencies]
|
|
runtime = ["glibc"]
|
|
|
|
[package]
|
|
description = "library for manipulating pipelines of subprocesses in a flexible and convenient way"
|
|
homepage = "https://libpipeline.nongnu.org/"
|
|
license = "GPL-3.0-or-Later"
|
|
name = "libpipeline"
|
|
version = "1.5.8"
|
|
|
|
[[source]]
|
|
extract_dir = "$name-$version"
|
|
sha256 = "1b1203ca152ccd63983c3f2112f7fe6fa5afd453218ede5153d1b31e11bb8405"
|
|
url = "https://download.savannah.nongnu.org/releases/libpipeline/libpipeline-$version.tar.gz"
|