debmaker/tt-rss2deb
thomas f6b3822e95 Add tt-rss
joplin 2.7.13
2022-02-25 00:16:47 +01:00

10 lines
168 B
Bash
Executable file

#!/bin/bash
APP=tt-rss
VERSION=$(date +%Y%m.%d.%H%M)
GIT_VERSION=$VERSION
DEB_VERSION=$VERSION
DEBIAN_VERSION_CODENAME=bullseye
IMAGE_SIZE=1
source ./lib/function.sh