summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: f5431e04243b01dfdda86931f523b2b418ecf694 (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.26.0
pkgrel=1
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>=1.8')
source=('https://github.com/hivemq/mqtt-cli/releases/download/v4.26.0/mqtt-cli-4.26.0.deb')
md5sums=('f45168e847e24bbe821ad9ad76dcf8dd')

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