Add mealie

This commit is contained in:
thomas 2022-11-19 19:56:01 +01:00
parent 0394ae6c11
commit d020bef34c
33 changed files with 332 additions and 19 deletions

View file

@ -1,11 +1,11 @@
#!/bin/bash
VERSION=3.3.1
VERSION=3.3.2
APP=grocy
DEPOT=https://github.com/grocy/grocy.git
GIT_VERSION=v$VERSION
DEB_VERSION=${VERSION}-$(date +%Y%m%d%H%M)
DEBIAN_VERSION_CODENAME=sid
DEBIAN_VERSION_CODENAME=bookworm
IMAGE_SIZE=4
STEP="base_package_upgrade envinit get_git_source build makedeb"