main/mqtt-exec: add debug and openrc subpkg

This commit is contained in:
Carlo Landmeter 2018-05-14 13:52:02 +00:00
parent 7913f5e527
commit bf924f5ce1

View File

@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=mqtt-exec
pkgver=0.4
pkgrel=0
pkgrel=1
pkgdesc="simple MQTT client that executes a command on messages"
url="https://github.com/ncopa/mqtt-exec"
arch="all"
@ -9,8 +9,8 @@ license="MIT"
depends=""
depends_dev=""
makedepends="$depends_dev mosquitto-dev"
install=""
subpackages=""
options="!check" # no checks available.
subpackages="$pkgname-dbg $pkgname-openrc"
source="mqtt-exec-$pkgver.tar.gz::https://github.com/ncopa/mqtt-exec/archive/v$pkgver.tar.gz
mqtt-exec.initd
"