align with debian
This commit is contained in:
@@ -8,7 +8,8 @@ pkgdesc="ebusd, the daemon for communication with eBUS heating systems."
|
|||||||
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
|
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
|
||||||
url=https://github.com/john30/ebusd/
|
url=https://github.com/john30/ebusd/
|
||||||
license=('GPL3')
|
license=('GPL3')
|
||||||
depends=()
|
depends=('mosquitto' 'openssl' 'ca-certificates')
|
||||||
|
makedepends=()
|
||||||
optdepends=()
|
optdepends=()
|
||||||
conflicts=('ebusd' 'ebusd-git')
|
conflicts=('ebusd' 'ebusd-git')
|
||||||
provides=('ebusd')
|
provides=('ebusd')
|
||||||
@@ -35,6 +36,9 @@ package() {
|
|||||||
install -m 0644 contrib/archlinux/systemd/ebusd.service "${pkgdir}/usr/lib/systemd/system"
|
install -m 0644 contrib/archlinux/systemd/ebusd.service "${pkgdir}/usr/lib/systemd/system"
|
||||||
install -d "${pkgdir}/etc/conf.d"
|
install -d "${pkgdir}/etc/conf.d"
|
||||||
install -m 0644 contrib/archlinux/conf.d/ebusd "${pkgdir}/etc/conf.d/ebusd"
|
install -m 0644 contrib/archlinux/conf.d/ebusd "${pkgdir}/etc/conf.d/ebusd"
|
||||||
|
install -d "${pkgdir}/etc/ebusd"
|
||||||
|
install -m 0644 contrib/etc/ebusd/mqtt-hassio.cfg "${pkgdir}/etc/ebusd/mqtt-hassio.cfg"
|
||||||
|
install -m 0644 contrib/etc/ebusd/mqtt-integration.cfg "${pkgdir}/etc/ebusd/mqtt-integration.cfg"
|
||||||
}
|
}
|
||||||
# update md5sums: updpkgsums
|
# update md5sums: updpkgsums
|
||||||
md5sums=('a18ebd8f16cefdf9e50f277fe2cb2348')
|
md5sums=('a18ebd8f16cefdf9e50f277fe2cb2348')
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ pkgdesc="ebusd, the daemon for communication with eBUS heating systems."
|
|||||||
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
|
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
|
||||||
url=https://github.com/john30/ebusd/
|
url=https://github.com/john30/ebusd/
|
||||||
license=('GPL3')
|
license=('GPL3')
|
||||||
depends=()
|
depends=('mosquitto' 'openssl' 'ca-certificates')
|
||||||
makedepends=('git')
|
makedepends=('git')
|
||||||
optdepends=()
|
optdepends=()
|
||||||
conflicts=('ebusd' 'ebusd-git')
|
conflicts=('ebusd' 'ebusd-git')
|
||||||
@@ -41,6 +41,9 @@ package() {
|
|||||||
install -m 0644 contrib/archlinux/systemd/ebusd.service "${pkgdir}/usr/lib/systemd/system"
|
install -m 0644 contrib/archlinux/systemd/ebusd.service "${pkgdir}/usr/lib/systemd/system"
|
||||||
install -d "${pkgdir}/etc/conf.d"
|
install -d "${pkgdir}/etc/conf.d"
|
||||||
install -m 0644 contrib/archlinux/conf.d/ebusd "${pkgdir}/etc/conf.d/ebusd"
|
install -m 0644 contrib/archlinux/conf.d/ebusd "${pkgdir}/etc/conf.d/ebusd"
|
||||||
|
install -d "${pkgdir}/etc/ebusd"
|
||||||
|
install -m 0644 contrib/etc/ebusd/mqtt-hassio.cfg "${pkgdir}/etc/ebusd/mqtt-hassio.cfg"
|
||||||
|
install -m 0644 contrib/etc/ebusd/mqtt-integration.cfg "${pkgdir}/etc/ebusd/mqtt-integration.cfg
|
||||||
}
|
}
|
||||||
|
|
||||||
md5sums=('SKIP')
|
md5sums=('SKIP')
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=ebusd, the daemon for communication with eBUS heating systems.
|
Description=ebusd, the daemon for communication with eBUS heating systems.
|
||||||
After=network.target
|
After=network-online.target
|
||||||
ConditionPathExists=/var/log
|
ConditionPathExists=/var/log
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
|||||||
Reference in New Issue
Block a user