summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: fba8456e7b304cb17832ba4923faa53435f76f4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Maintainer: Ruben Gees <rubengees7@gmail.com>

pkgname=mqtt-cli-bin
pkgver=4.34.0
pkgrel=2
pkgdesc="MQTT 5.0 and 3.1.1 compatible and feature-rich MQTT Command Line Interface."
arch=('x86_64')
url="https://hivemq.github.io/mqtt-cli"
license=('Apache')
depends=('bash' 'java-runtime-headless>=11')
source=('https://github.com/hivemq/mqtt-cli/releases/download/v4.34.0/mqtt-cli-4.34.0.deb')
md5sums=('a0b0c30d5eeccaef10fa0a0741b74625')

package() {
    tar -zxf data.tar.gz -C "${pkgdir}"
}