diff --git a/main/ant-kit/assembly.xml b/main/ant-kit/assembly.xml index 1b6cf69c1..afea7ec94 100644 --- a/main/ant-kit/assembly.xml +++ b/main/ant-kit/assembly.xml @@ -14,6 +14,11 @@ libs + + target/package + false + package + target diff --git a/main/ant-kit/src/main/resources/build.xml b/main/ant-kit/src/main/resources/build.xml index 9bcd01ebe..0ca9be55e 100644 --- a/main/ant-kit/src/main/resources/build.xml +++ b/main/ant-kit/src/main/resources/build.xml @@ -1,6 +1,6 @@ - + @@ -21,7 +21,7 @@ - + @@ -36,4 +36,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/main/ant-kit/src/main/resources/package/linux/Cryptomator.png b/main/ant-kit/src/main/resources/package/linux/Cryptomator.png new file mode 100644 index 000000000..99d9fb876 Binary files /dev/null and b/main/ant-kit/src/main/resources/package/linux/Cryptomator.png differ diff --git a/main/ant-kit/src/main/resources/package/linux/control b/main/ant-kit/src/main/resources/package/linux/control new file mode 100644 index 000000000..91a49094a --- /dev/null +++ b/main/ant-kit/src/main/resources/package/linux/control @@ -0,0 +1,16 @@ +Package: APPLICATION_PACKAGE +Version: APPLICATION_VERSION +Section: contrib/utils +Maintainer: Sebastian Stenzel +Homepage: https://cryptomator.org +Vcs-Git: https://github.com/totalvoidness/cryptomator.git +Vcs-Browser: https://github.com/totalvoidness/cryptomator +Priority: optional +Architecture: APPLICATION_ARCH +Provides: APPLICATION_PACKAGE +Installed-Size: APPLICATION_INSTALLED_SIZE +Depends: gvfs-bin, gvfs-backends, gvfs-fuse, xdg-utils +Description: Multi-platform client-side encryption of your cloud files. + Cryptomator provides free client-side AES encryption for your cloud files. + Create encrypted vaults, which get mounted as virtual volumes. Whatever + you save on one of these volumes will end up encrypted inside your vault. diff --git a/main/ant-kit/src/main/resources/package/linux/copyright b/main/ant-kit/src/main/resources/package/linux/copyright new file mode 100644 index 000000000..3323c421d --- /dev/null +++ b/main/ant-kit/src/main/resources/package/linux/copyright @@ -0,0 +1,23 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: cryptomator +Source: + +Copyright: 2015 Sebastian Stenzel and contributors. +License: MIT + Permission is hereby granted, free of charge, to any person obtaining a + copy of this software and associated documentation files (the "Software"), + to deal in the Software without restriction, including without limitation + the rights to use, copy, modify, merge, publish, distribute, sublicense, + and/or sell copies of the Software, and to permit persons to whom the + Software is furnished to do so, subject to the following conditions: + . + The above copyright notice and this permission notice shall be included + in all copies or substantial portions of the Software. + . + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS + OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. + IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY + CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, + TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE + SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.