main/aports-build: depend on pigz

pigz will improve compression speed of abuild on multicore machines

we add this to a dependency to aports-build instead of abuild so it
becomes easier to bootstrap abuild.
This commit is contained in:
Natanael Copa 2018-11-08 12:48:24 +00:00
parent fbc4fe0f2c
commit e4e3c2fedb

View File

@ -1,14 +1,14 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=aports-build
pkgver=1.4
pkgrel=0
pkgrel=1
pkgdesc="MQTT based build-on-git-push scripts for Alpine Linux"
url="https://alpinelinux.org"
arch="noarch"
license="GPL-2.0"
options="!check"
depends="abuild>2.20.0 mosquitto-clients openssh-client mqtt-exec rsync
lua-aports lua5.2-cjson lua5.2-mqtt-publish"
lua-aports lua5.2-cjson lua5.2-mqtt-publish pigz"
depends_dev=""
makedepends="$depends_dev mosquitto-dev"
install="$pkgname.pre-install"