34 lines
796 B
TOML
34 lines
796 B
TOML
[build]
|
|
type = "autotools"
|
|
|
|
[build.flags]
|
|
skip_tests = true
|
|
|
|
[dependencies]
|
|
build = [
|
|
"perl",
|
|
"perl-pod2pdf",
|
|
"perl-pod-pom-view-restructured",
|
|
]
|
|
runtime = [
|
|
"perl",
|
|
"procps-ng",
|
|
]
|
|
|
|
[[manual_sources]]
|
|
file = "0001-Remove-citation-things.patch"
|
|
|
|
[package]
|
|
description = "shell tool for executing jobs in parallel"
|
|
homepage = "https://www.gnu.org/software/parallel/"
|
|
license = "GPL-3.0-or-later"
|
|
name = "parallel"
|
|
version = "20260222"
|
|
|
|
[[source]]
|
|
extract_dir = "$name-$version"
|
|
patches = ["0001-Remove-citation-things.patch"]
|
|
post_extract = ["autoreconf -fiv"]
|
|
url = "https://mirrors.kernel.org/gnu/parallel/parallel-$version.tar.bz2"
|
|
sha256 = "b2:64bb29f315ffd7604f3db7af45238b84599fe0d7907b17f01dcd4f54702d6621f1f2edaa4d9c862209becc8c34f8a4f41dfc15942a4e2e651ea794432c624817"
|