aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/zenhub
diff options
context:
space:
mode:
authorLibravatar Bennett <hello@vantezzen.io>2020-09-22 20:56:48 +0200
committerLibravatar GitHub <noreply@github.com>2020-09-22 19:56:48 +0100
commit6f5e4a00588aefdda7a5a1cfe70935870e7e234a (patch)
tree9e29aa7aa0620a1a4a968ff8739b4b8ba96791a9 /recipes/zenhub
parentUpdated logos for Outlook/OWA (diff)
downloadferdium-recipes-6f5e4a00588aefdda7a5a1cfe70935870e7e234a.tar.gz
ferdium-recipes-6f5e4a00588aefdda7a5a1cfe70935870e7e234a.tar.zst
ferdium-recipes-6f5e4a00588aefdda7a5a1cfe70935870e7e234a.zip
Unpack recipes and update recipes icons (#292)
Co-authored-by: Amine Mouafik <amine@mouafik.fr>
Diffstat (limited to 'recipes/zenhub')
-rw-r--r--recipes/zenhub/LICENSE21
-rw-r--r--recipes/zenhub/README.md2
-rw-r--r--recipes/zenhub/icon.pngbin0 -> 15039 bytes
-rw-r--r--recipes/zenhub/icon.svg1
-rw-r--r--recipes/zenhub/index.js1
-rw-r--r--recipes/zenhub/package.json15
-rw-r--r--recipes/zenhub/webview.js0
7 files changed, 40 insertions, 0 deletions
diff --git a/recipes/zenhub/LICENSE b/recipes/zenhub/LICENSE
new file mode 100644
index 0000000..969ac64
--- /dev/null
+++ b/recipes/zenhub/LICENSE
@@ -0,0 +1,21 @@
1MIT License
2
3Copyright (c) 2018 Fabio Kuhn
4
5Permission is hereby granted, free of charge, to any person obtaining a copy
6of this software and associated documentation files (the "Software"), to deal
7in the Software without restriction, including without limitation the rights
8to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9copies of the Software, and to permit persons to whom the Software is
10furnished to do so, subject to the following conditions:
11
12The above copyright notice and this permission notice shall be included in all
13copies or substantial portions of the Software.
14
15THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21SOFTWARE.
diff --git a/recipes/zenhub/README.md b/recipes/zenhub/README.md
new file mode 100644
index 0000000..568c620
--- /dev/null
+++ b/recipes/zenhub/README.md
@@ -0,0 +1,2 @@
1# recipe-franz-zenhub
2Franz recipe for Zenhub service
diff --git a/recipes/zenhub/icon.png b/recipes/zenhub/icon.png
new file mode 100644
index 0000000..f4c35c9
--- /dev/null
+++ b/recipes/zenhub/icon.png
Binary files differ
diff --git a/recipes/zenhub/icon.svg b/recipes/zenhub/icon.svg
new file mode 100644
index 0000000..063474b
--- /dev/null
+++ b/recipes/zenhub/icon.svg
@@ -0,0 +1 @@
<svg viewBox="0 0 176 176" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><path fill="#5e60ba" d="M0 0v176h176V0H0"/><path fill="#fff" d="M131.98 146.06H44.09v-21.38l57.88-73.58H45.33V29.9h85.41v21.2l-58.07 73.58h59.31v21.38"/></g></svg> \ No newline at end of file
diff --git a/recipes/zenhub/index.js b/recipes/zenhub/index.js
new file mode 100644
index 0000000..9157a2e
--- /dev/null
+++ b/recipes/zenhub/index.js
@@ -0,0 +1 @@
module.exports = Franz => Franz; \ No newline at end of file
diff --git a/recipes/zenhub/package.json b/recipes/zenhub/package.json
new file mode 100644
index 0000000..c9c6d1e
--- /dev/null
+++ b/recipes/zenhub/package.json
@@ -0,0 +1,15 @@
1{
2 "id": "zenhub",
3 "name": "ZenHub",
4 "version": "0.1.1",
5 "description": "ZenHub recipe",
6 "main": "index.js",
7 "author": "Fabio Kuhn <mordaroso@gmail.com>",
8 "license": "MIT",
9 "repository": "https://github.com/mordaroso/recipe-franz-zenhub",
10 "config": {
11 "hasTeamId": true,
12 "serviceURL": "https://app.zenhub.com/workspace/o/{teamId}/boards",
13 "urlInputSuffix": "Organization with repo name (eg. meetfranz/franz)"
14 }
15} \ No newline at end of file
diff --git a/recipes/zenhub/webview.js b/recipes/zenhub/webview.js
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/recipes/zenhub/webview.js