Add budybase

This commit is contained in:
thomas 2023-05-01 00:17:30 +02:00
parent dbef6baf09
commit f6f7521ffe
20 changed files with 122 additions and 12 deletions

View file

@ -1,10 +1,11 @@
#!/bin/bash
VERSION=1.30.3
VERSION=1.30.2
APP=zigbee2mqtt
DEPOT=https://github.com/Koenkk/zigbee2mqtt.git
GIT_VERSION=${VERSION}
DEB_VERSION=${VERSION}-$(date +%Y%m%d%H%M)
DEB_VERSION=1.30.3.1-$(date +%Y%m%d%H%M)
DEBIAN_VERSION_CODENAME=bullseye
IMAGE_SIZE=2
PACKAGE_DEPENDENCY="nodejs make g++ gcc"