diff --git a/check_process b/check_process index 4a3b94e..7de0578 100644 --- a/check_process +++ b/check_process @@ -1,8 +1,8 @@ ;; Test complet ; Manifest - domain="domain.tld" (DOMAIN) - path="/path" (PATH) - is_public=1 (PUBLIC|public=1|private=0) + domain="domain.tld" + path="/path" + is_public=1 ; Checks pkg_linter=1 setup_sub_dir=1 diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md new file mode 100644 index 0000000..21110f5 --- /dev/null +++ b/doc/DESCRIPTION.md @@ -0,0 +1,3 @@ +Rotate the Hexagon to prevent the blocks from stacking outside the outer grey hexagon! + +HEXTRIS is a fast paced puzzle game inspired by Tetris. Blocks start on the edges of the screen, and fall towards the inner blue hexagon. The objective of the game is to prevent the blocks from stacking outside the area of the grey hexagon. To do this, you must rotate the hexagon to manage different stacks of blocks on each face. Aim to connect 3 or more blocks of the same color: when 3 or more blocks of the same color touch each other, they are destroyed, and the blocks above them slide down! Destroying multiple series of blocks grants combos, whose durations are indicated by a quickly receding outline around the outer, grey hexagon. You lose once blocks on a face of the hexagon stack outside of the outer hexagon! \ No newline at end of file diff --git a/screenshot.jpg b/doc/screenshots/screenshot.jpg similarity index 100% rename from screenshot.jpg rename to doc/screenshots/screenshot.jpg diff --git a/manifest.json b/manifest.json index 8986440..00ea4b9 100644 --- a/manifest.json +++ b/manifest.json @@ -3,18 +3,24 @@ "id": "hextris", "packaging_format": 1, "description": { - "en": "A fast paced puzzle game.", + "en": "A fast paced puzzle game", "fr": "Un jeu de puzzle très rapide" }, - "version": "2020-05-05~ynh3", + "version": "2020-05-05~ynh4", "url": "http://hextris.github.io/", + "upstream": { + "license": "GPL-3.0", + "website": "http://hextris.github.io/", + "demo": "https://hextris.io/", + "code": "https://github.com/Hextris/Hextris" + }, "license": "GPL-3.0", "maintainer": { "name": "AerisOne", "email": "aeris@e.email" }, "requirements": { - "yunohost": ">= 4.1.7" + "yunohost": ">= 4.2.4" }, "multi_instance": true, "services": [ diff --git a/scripts/restore b/scripts/restore index 69d98c5..8873256 100755 --- a/scripts/restore +++ b/scripts/restore @@ -33,8 +33,6 @@ final_path=$(ynh_app_setting_get --app=$app --key=final_path) #================================================= ynh_script_progression --message="Validating restoration parameters..." --weight=1 -ynh_webpath_available --domain=$domain --path_url=$path_url \ - || ynh_die --message="Path not available: ${domain}${path_url}" test ! -d $final_path \ || ynh_die --message="There is already a directory: $final_path "