Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F10970807
D1592.id3916.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.id3916.diff
View Options
Index: Makefile
===================================================================
--- /dev/null
+++ Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
Index: files/cryptomator.desktop
===================================================================
--- /dev/null
+++ 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
+
Index: files/cryptomator.sh
===================================================================
--- /dev/null
+++ files/cryptomator.sh
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec "/usr/bin/java" -jar /usr/share/java/cryptomator/cryptomator.jar "$@"
Index: package.yml
===================================================================
--- /dev/null
+++ 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
Index: pspec_x86_64.xml
===================================================================
--- /dev/null
+++ 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
Sat, Jul 22, 4:15 AM (2 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5813820
Default Alt Text
D1592.id3916.diff (3 KB)
Attached To
Mode
D1592: Initial commit of cryptomator
Attached
Detach File
Event Timeline
Log In to Comment