void-linux / void-packages

The Void source packages collection
https://voidlinux.org
Other
2.47k stars 2.09k forks source link

Package Request: openhab #13705

Closed Anachron closed 3 weeks ago

Anachron commented 4 years ago

Homepage: https://www.openhab.org/

a vendor and technology agnostic open source automation software for your home

Source: distributed & core License: EPL-2.0 Manual Install

Anachron commented 4 years ago

Currently packaging this myself.

# Template file for 'openhab'
pkgname=openhab
version=2.4.0
revision=1
wrksrc="openhab-core-${version}"
hostmakedepends="apache-maven-bin"
depends="virtual?java-runtime"
short_desc="Open Source Home Automation Framework"
maintainer="Anachron <gith@cron.world>"
license="GPL-3.0-or-later"
homepage="EPL-2.0"
distfiles="https://github.com/openhab/openhab-core/archive/${version}.tar.gz"
checksum=c648afc014fa98fd5089b3808e2361d0310c441826f9bd6289b6b468bf72daad

do_install() {
  mvn package
}