debmaker/gotify2deb

12 lines
156 B
Plaintext
Raw Normal View History

2022-02-03 22:51:24 +01:00
#!/bin/bash
APP=gotify
VERSION=2.1.4
GIT_VERSION=v$VERSION
DEB_VERSION=$VERSION-1
DEBIAN_VERSION_CODENAME=bullseye
2022-02-20 15:02:18 +01:00
IMAGE_SIZE=4
2022-02-03 22:51:24 +01:00
source ./lib/function.sh