2022-02-05 14:23:32 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
|
|
|
|
PKG_NAME="parallel"
|
2023-11-13 22:18:49 +00:00
|
|
|
PKG_VERSION="20231022"
|
2022-02-05 14:23:32 +00:00
|
|
|
PKG_LICENSE="GPLv3"
|
|
|
|
PKG_SITE="https://www.gnu.org/software/parallel/"
|
2023-12-27 01:31:28 +00:00
|
|
|
PKG_URL="http://ftp.gnu.org/gnu/parallel/${PKG_NAME}-${PKG_VERSION}.tar.bz2"
|
2022-02-05 14:23:32 +00:00
|
|
|
PKG_DEPENDS_HOST=""
|
|
|
|
PKG_LONGDESC="GNU parallel is a shell tool for executing jobs in parallel using one or more computers."
|