mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
main/mqtt-exec: add debug and openrc subpkg
This commit is contained in:
parent
7913f5e527
commit
bf924f5ce1
@ -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
|
||||
"
|
||||
|
Loading…
Reference in New Issue
Block a user