mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +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>
|
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||||
pkgname=mqtt-exec
|
pkgname=mqtt-exec
|
||||||
pkgver=0.4
|
pkgver=0.4
|
||||||
pkgrel=0
|
pkgrel=1
|
||||||
pkgdesc="simple MQTT client that executes a command on messages"
|
pkgdesc="simple MQTT client that executes a command on messages"
|
||||||
url="https://github.com/ncopa/mqtt-exec"
|
url="https://github.com/ncopa/mqtt-exec"
|
||||||
arch="all"
|
arch="all"
|
||||||
@ -9,8 +9,8 @@ license="MIT"
|
|||||||
depends=""
|
depends=""
|
||||||
depends_dev=""
|
depends_dev=""
|
||||||
makedepends="$depends_dev mosquitto-dev"
|
makedepends="$depends_dev mosquitto-dev"
|
||||||
install=""
|
options="!check" # no checks available.
|
||||||
subpackages=""
|
subpackages="$pkgname-dbg $pkgname-openrc"
|
||||||
source="mqtt-exec-$pkgver.tar.gz::https://github.com/ncopa/mqtt-exec/archive/v$pkgver.tar.gz
|
source="mqtt-exec-$pkgver.tar.gz::https://github.com/ncopa/mqtt-exec/archive/v$pkgver.tar.gz
|
||||||
mqtt-exec.initd
|
mqtt-exec.initd
|
||||||
"
|
"
|
||||||
|
Loading…
Reference in New Issue
Block a user