reset pkgrel, add mqtt integration files
This commit is contained in:
@@ -2,8 +2,8 @@
|
|||||||
# Maintainer: Tim <timstanleydev@gmail.com>
|
# Maintainer: Tim <timstanleydev@gmail.com>
|
||||||
pkgname=ebusd
|
pkgname=ebusd
|
||||||
pkgver=22.1
|
pkgver=22.1
|
||||||
pkgrel=1
|
pkgrel=0
|
||||||
pkgdesc="ebusd, the daemon for communication with eBUS heating systems."
|
pkgdesc="Daemon for communication with eBUS heating systems"
|
||||||
url="https://github.com/john30/ebusd"
|
url="https://github.com/john30/ebusd"
|
||||||
# Upstream only supports these archs.
|
# Upstream only supports these archs.
|
||||||
arch="x86 x86_64 aarch64 armhf armv7"
|
arch="x86 x86_64 aarch64 armhf armv7"
|
||||||
@@ -25,6 +25,8 @@ check() {
|
|||||||
|
|
||||||
package() {
|
package() {
|
||||||
DESTDIR="$pkgdir" cmake --install build
|
DESTDIR="$pkgdir" cmake --install build
|
||||||
|
install -D -m 644 "$srcdir"/"$pkgname-$pkgver"/contrib/etc/ebusd/mqtt-hassio.cfg "$pkgdir"/etc/ebusd/mqtt-hassio.cfg
|
||||||
|
install -D -m 644 "$srcdir"/"$pkgname-$pkgver"/contrib/etc/ebusd/mqtt-integration.cfg "$pkgdir"/etc/ebusd/mqtt-integration.cfg
|
||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
|
|||||||
Reference in New Issue
Block a user