Page MenuHomeSolus

D4895.diff
No OneTemporary

D4895.diff

diff --git a/Makefile b/Makefile
new file mode 100644
--- /dev/null
+++ b/Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
diff --git a/abi_used_libs b/abi_used_libs
new file mode 100644
--- /dev/null
+++ b/abi_used_libs
@@ -0,0 +1,10 @@
+ld-linux-x86-64.so.2
+libc.so.6
+libcryptopp.so.7
+libcurl.so.4
+libfuse.so.2
+libgcc_s.so.1
+libm.so.6
+libpthread.so.0
+librt.so.1
+libstdc++.so.6
diff --git a/package.yml b/package.yml
new file mode 100644
--- /dev/null
+++ b/package.yml
@@ -0,0 +1,20 @@
+name : cryfs
+version : 0.9.9
+release : 1
+source :
+ - https://github.com/cryfs/cryfs/releases/download/0.9.9/cryfs-0.9.9.tar.gz : d328ca4379a70f07a3d178e618fe6d40de94db1006508a845ae467f555ecf9a6
+license : LGPL-3.0-or-later
+component : programming.library
+summary : Cryptographic filesystem for the cloud
+description: |
+ CryFS encrypts your files, so you can safely store them anywhere. It works well together with cloud services like Dropbox, iCloud, OneDrive and others.
+builddeps :
+ - pkgconfig(fuse)
+ - pkgconfig(libcryptopp)
+ - pkgconfig(libcurl)
+ - libboost-devel
+build : |
+ %cmake -DCMAKE_BUILD_TYPE=Release
+install : |
+ %make_install
+ rm -r $installdir/home/
\ No newline at end of file
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,35 @@
+<PISI>
+ <Source>
+ <Name>cryfs</Name>
+ <Packager>
+ <Name>Clive Johnston</Name>
+ <Email>clivejo@protonmail.com</Email>
+ </Packager>
+ <License>LGPL-3.0-or-later</License>
+ <PartOf>programming.library</PartOf>
+ <Summary xml:lang="en">Cryptographic filesystem for the cloud</Summary>
+ <Description xml:lang="en">CryFS encrypts your files, so you can safely store them anywhere. It works well together with cloud services like Dropbox, iCloud, OneDrive and others.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>cryfs</Name>
+ <Summary xml:lang="en">Cryptographic filesystem for the cloud</Summary>
+ <Description xml:lang="en">CryFS encrypts your files, so you can safely store them anywhere. It works well together with cloud services like Dropbox, iCloud, OneDrive and others.
+</Description>
+ <PartOf>programming.library</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin/cryfs</Path>
+ <Path fileType="man">/usr/share/man/man1/cryfs.1.gz</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2019-01-07</Date>
+ <Version>0.9.9</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Clive Johnston</Name>
+ <Email>clivejo@protonmail.com</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Tue, Jul 25, 7:50 AM (2 w, 14 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5800945
Default Alt Text
D4895.diff (2 KB)

Event Timeline