Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F10987085
D1592.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
3 KB
Referenced Files
None
Subscribers
None
D1592.diff
View Options
diff --git a/Makefile b/Makefile
new file mode 100644
--- /dev/null
+++ b/Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
diff --git a/files/cryptomator.desktop b/files/cryptomator.desktop
new file mode 100644
--- /dev/null
+++ b/files/cryptomator.desktop
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Name=Cryptomator
+Comment=Cloud Storage Encryption Utility
+Exec=/usr/bin/cryptomator
+Icon=cryptomator
+Terminal=false
+Type=Application
+Categories=Utility
+MimeType=application/x-vnd.cryptomator-vault-metadata
+
diff --git a/files/cryptomator.sh b/files/cryptomator.sh
new file mode 100644
--- /dev/null
+++ b/files/cryptomator.sh
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec "/usr/bin/java" -jar /usr/share/java/cryptomator/cryptomator.jar "$@"
diff --git a/package.yml b/package.yml
new file mode 100644
--- /dev/null
+++ b/package.yml
@@ -0,0 +1,24 @@
+name : cryptomator
+version : 1.3.3
+release : 1
+source :
+ - https://github.com/cryptomator/cryptomator/archive/1.3.3.tar.gz : b87d13b83d19e50e73e043163bb3917324a8641aaa768b099d24c712d423d0a1
+license : MIT
+component : security.crypto
+summary : Client-side encryption of your files in the cloud
+description: |
+ Multi-platform transparent client-side encryption of your files in the cloud
+networking : yes
+builddeps :
+ - apache-maven
+ - openjfx-8
+rundeps :
+ - openjfx-8
+build : |
+ cd main
+ mvn clean install -Prelease -Dmaven.repo.local=$workdir/repo
+install : |
+ install -Dm644 main/uber-jar/target/Cryptomator-*.jar $installdir/usr/share/java/cryptomator/cryptomator.jar
+ install -Dm755 $pkgfiles/cryptomator.sh $installdir/usr/bin/cryptomator
+ install -Dm644 main/ant-kit/src/main/resources/package/linux/Cryptomator.png $installdir/usr/share/pixmaps/cryptomator.png
+ install -Dm644 $pkgfiles/cryptomator.desktop $installdir/usr/share/applications/cryptomator.desktop
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
new file mode 100644
--- /dev/null
+++ b/pspec_x86_64.xml
@@ -0,0 +1,37 @@
+<PISI>
+ <Source>
+ <Name>cryptomator</Name>
+ <Packager>
+ <Name>Sönke Behrendt</Name>
+ <Email>thesoenke@outlook.com</Email>
+ </Packager>
+ <License>MIT</License>
+ <PartOf>security.crypto</PartOf>
+ <Summary xml:lang="en">Client-side encryption of your files in the cloud</Summary>
+ <Description xml:lang="en">Multi-platform transparent client-side encryption of your files in the cloud
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>cryptomator</Name>
+ <Summary xml:lang="en">Client-side encryption of your files in the cloud</Summary>
+ <Description xml:lang="en">Multi-platform transparent client-side encryption of your files in the cloud
+</Description>
+ <PartOf>security.crypto</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin</Path>
+ <Path fileType="data">/usr/share/applications/cryptomator.desktop</Path>
+ <Path fileType="data">/usr/share/java/cryptomator/cryptomator.jar</Path>
+ <Path fileType="data">/usr/share/pixmaps/cryptomator.png</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2017-12-08</Date>
+ <Version>1.3.3</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Sönke Behrendt</Name>
+ <Email>thesoenke@outlook.com</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jul 25, 4:14 AM (2 w, 17 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5802251
Default Alt Text
D1592.diff (3 KB)
Attached To
Mode
D1592: Initial commit of cryptomator
Attached
Detach File
Event Timeline
Log In to Comment