mirror of
https://github.com/YunoHost-Apps/autobrr_ynh.git
synced 2024-09-03 18:15:56 +02:00
fix
This commit is contained in:
parent
fc501ab2c6
commit
39f854dab8
3 changed files with 6 additions and 10 deletions
|
@ -3,26 +3,26 @@ packaging_format = 2
|
|||
id = "autobrr"
|
||||
name = "Autobrr"
|
||||
description.en = "Modern, easy to use download automation for torrents and usenet"
|
||||
description.fr = "Automatisation de téléchargement pour les torrents et Usenet"
|
||||
description.fr = ""
|
||||
|
||||
version = "1.23.0~ynh1"
|
||||
|
||||
maintainers = ["eric_G"]
|
||||
maintainers = ["johndoe"]
|
||||
|
||||
[upstream]
|
||||
license = "MIT"
|
||||
license = "free"
|
||||
website = "https://autobrr.com/"
|
||||
admindoc = "https://autobrr.com/installation/"
|
||||
admindoc = "https://yunohost.org/packaging_apps"
|
||||
code = "https://github.com/autobrr/autobrr"
|
||||
|
||||
[integration]
|
||||
yunohost = ">= 11.1.17"
|
||||
yunohost = ">= 11.1.18"
|
||||
architectures = "all"
|
||||
multi_instance = true
|
||||
ldap = false
|
||||
sso = false
|
||||
disk = "50M"
|
||||
ram.build = "50M"
|
||||
ram.build = "150M"
|
||||
ram.runtime = "50M"
|
||||
|
||||
[install]
|
||||
|
|
2
sources/extra_files/app/.gitignore
vendored
2
sources/extra_files/app/.gitignore
vendored
|
@ -1,2 +0,0 @@
|
|||
*~
|
||||
*.sw[op]
|
2
sources/patches/.gitignore
vendored
2
sources/patches/.gitignore
vendored
|
@ -1,2 +0,0 @@
|
|||
*~
|
||||
*.sw[op]
|
Loading…
Reference in a new issue