mirror of
https://github.com/YunoHost-Apps/gogs_ynh.git
synced 2024-09-03 20:36:23 +02:00
11 lines
441 B
Text
11 lines
441 B
Text
SOURCE_URL=https://github.com/gogits/gogs/releases/download/v0.11.53/raspi2_armv6.zip
|
|
SOURCE_SUM=dfe979a334f1348b2f4079e1e262278e78ebb15f8cf1da73cc547d9ae85448c7
|
|
# (Optional) Program to check the integrity (sha256sum, md5sum...)
|
|
# default: sha256
|
|
SOURCE_SUM_PRG=sha256sum
|
|
# (Optional) Archive format
|
|
# default: tar.gz
|
|
SOURCE_FORMAT=zip
|
|
# (Optional) Put false if sources are directly in the archive root
|
|
# default: true
|
|
SOURCE_IN_SUBDIR=true
|