1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wallabag2_ynh.git synced 2024-10-01 13:35:06 +02:00

Small fixes (redundant file, up-to-date check_process, syntax correction on app.src)

This commit is contained in:
Jimmy Monin 2017-05-09 21:55:16 +02:00
parent b0812d6adc
commit 1c74ef08f4
3 changed files with 4 additions and 22 deletions

View file

@ -13,13 +13,8 @@
upgrade=1
backup_restore=1
multi_instance=1
wrong_user=1
wrong_path=1
incorrect_path=1
corrupt_source=0
fail_download_source=0
port_already_use=0
final_path_already_use=0
;;; Levels
Level 1=auto
Level 2=auto
@ -33,3 +28,6 @@
Level 8=0
Level 9=0
Level 10=0
;;; Options
Email=
Notification=none

View file

@ -1,3 +1,3 @@
SOURCE_URL=https://static.wallabag.org/releases/wallabag-release-2.2.2.tar.gz
SOURCE_SUM=40d98bd556116dbc28f92339f0e5b93836ece87dcb01e7aaa628ea98855a1f51
ARCH_FORMAT=tar.gz
SOURCE_FORMAT=tar.gz

View file

@ -1,16 +0,0 @@
Section: misc
Priority: optional
Homepage: https://www.wallabag.org/
Standards-Version: 3.9.2
Package: wallabag-deps
Version: 2.1-1
Depends: php5-cli, php5-mysql, php5-json, php5-gd, php5-tidy, php5-curl
, php-gettext, redis-server
Architecture: all
Description: meta package for wallabag dependencies
Wallabag is a self hostable application allowing you to not miss
any content anymore. Click, save, read it when you can. It extracts
content so that you can read it when you have time.
.
This meta-package is only responsible of installing its dependencies.