mirror of
https://github.com/YunoHost-Apps/vore_ynh.git
synced 2024-09-03 20:36:07 +02:00
commit
4f94615eed
4 changed files with 5 additions and 6 deletions
|
@ -26,7 +26,7 @@ A simple, multi-tenant feed reader
|
|||
- display a chronological list of feed items
|
||||
|
||||
|
||||
**Shipped version:** 2023.05.15~ynh1
|
||||
**Shipped version:** 2023.05.15~ynh2
|
||||
|
||||
**Demo:** https://vore.website/j3s
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ Un lecteur de flux simple et multi-locataires
|
|||
- afficher une liste chronologique des éléments du flux
|
||||
|
||||
|
||||
**Version incluse :** 2023.05.15~ynh1
|
||||
**Version incluse :** 2023.05.15~ynh2
|
||||
|
||||
**Démo :** https://vore.website/j3s
|
||||
|
||||
|
|
|
@ -5,9 +5,9 @@ name = "Vore"
|
|||
description.en = "Simple, multi-tenant feed reader"
|
||||
description.fr = "Lecteur de flux simple et multi-utilisateurs"
|
||||
|
||||
version = "2023.05.15~ynh1"
|
||||
version = "2023.05.15~ynh2"
|
||||
|
||||
maintainers = [""]
|
||||
maintainers = ["eric_G"]
|
||||
|
||||
[upstream]
|
||||
license = "MIT"
|
||||
|
@ -17,7 +17,7 @@ admindoc = "https://j3s.sh/thought/vore-a-new-rss-feed-reader.html"
|
|||
code = "https://git.j3s.sh/vore/tree/main/"
|
||||
|
||||
[integration]
|
||||
yunohost = ">= 11.1.19"
|
||||
yunohost = ">= 11.2"
|
||||
architectures = "all"
|
||||
multi_instance = false
|
||||
ldap = false
|
||||
|
|
|
@ -16,7 +16,6 @@ source /usr/share/yunohost/helpers
|
|||
#=================================================
|
||||
ynh_script_progression --message="Setting up source files..." --weight=1
|
||||
|
||||
ynh_remove_go
|
||||
mkdir -p "$install_dir"
|
||||
|
||||
ynh_exec_warn_less git clone https://git.j3s.sh/vore "$install_dir" --quiet
|
||||
|
|
Loading…
Add table
Reference in a new issue