debmaker/element-web2deb

11 lines
160 B
Plaintext
Raw Normal View History

2022-01-23 21:49:01 +01:00
#!/bin/bash
APP=element-web
2022-02-20 15:02:18 +01:00
VERSION=1.10.4
2022-01-23 21:49:01 +01:00
GIT_VERSION=v$VERSION
2022-02-20 15:02:18 +01:00
DEB_VERSION=$VERSION-1
2022-01-23 21:49:01 +01:00
DEBIAN_VERSION_CODENAME=bullseye
IMAGE_SIZE=
2022-01-23 21:49:01 +01:00
source ./lib/function.sh