mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 12:01:41 +02:00
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:
parent
fbc4fe0f2c
commit
e4e3c2fedb
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user