mirror of
https://github.com/YunoHost-Apps/monitorix_ynh.git
synced 2024-09-03 19:46:06 +02:00
17 lines
660 B
Text
17 lines
660 B
Text
SOURCE_URL=http://www.monitorix.org/monitorix_3.11.0-izzy1_all.deb
|
|
SOURCE_SUM=64e1b170bd57ae4c8338a6a59a92551a59f2874702327a2b8e2caf983ffd3585
|
|
# (Optional) Program to check the integrity (sha256sum, md5sum...)
|
|
# default: sha256
|
|
SOURCE_SUM_PRG=sha256sum
|
|
# (Optional) Archive format
|
|
# default: tar.gz
|
|
SOURCE_FORMAT=deb
|
|
# (Optional) Put false if sources are directly in the archive root
|
|
# default: true
|
|
# Instead of true, SOURCE_IN_SUBDIR could be the number of sub directories
|
|
# to remove.
|
|
SOURCE_IN_SUBDIR=false
|
|
# (Optional) If it set as false don't extract the source.
|
|
# (Useful to get a debian package or a python wheel.)
|
|
# default: true
|
|
SOURCE_EXTRACT=false
|