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 @@ + + + cryfs + + Clive Johnston + clivejo@protonmail.com + + LGPL-3.0-or-later + programming.library + Cryptographic filesystem for the cloud + CryFS encrypts your files, so you can safely store them anywhere. It works well together with cloud services like Dropbox, iCloud, OneDrive and others. + + https://solus-project.com/sources/README.Solus + + + cryfs + Cryptographic filesystem for the cloud + CryFS encrypts your files, so you can safely store them anywhere. It works well together with cloud services like Dropbox, iCloud, OneDrive and others. + + programming.library + + /usr/bin/cryfs + /usr/share/man/man1/cryfs.1.gz + + + + + 2019-01-07 + 0.9.9 + Packaging update + Clive Johnston + clivejo@protonmail.com + + + \ No newline at end of file