20 lines
527 B
Text
20 lines
527 B
Text
# Template file for 'parallel'
|
|
pkgname=parallel
|
|
version=20130522
|
|
revision=2
|
|
build_style=gnu-configure
|
|
hostmakedepends="perl"
|
|
short_desc="A shell tool for executing jobs in parallel"
|
|
maintainer="graysky <graysky AT archlinux DOT us>"
|
|
license="GPL-3"
|
|
homepage="http://www.gnu.org/software/parallel"
|
|
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.bz2"
|
|
checksum=e9ea6fa2644e8504a85a518edb246783f2ccace58f21d101712b28bf781d7d2b
|
|
|
|
parallel_package() {
|
|
noarch="yes"
|
|
depends="perl"
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|