blob: e73c07c050f9fc245ceb536e891faa7ad81bfd57 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
pkgbase = mqttui-git
pkgdesc = Subscribe to a MQTT Topic or publish something quickly from the terminal
pkgver = v0.20.0.r12.g494eece
pkgrel = 1
url = https://github.com/EdJoPaTo/mqttui
arch = x86_64
arch = aarch64
arch = armv6h
arch = armv7h
license = GPL3
makedepends = cargo
makedepends = git
depends = gcc-libs
depends = glibc
provides = mqttui
conflicts = mqttui
conflicts = mqttui-bin
options = !lto
source = git+https://github.com/EdJoPaTo/mqttui.git
sha256sums = SKIP
pkgname = mqttui-git
|