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,9 @@ +libc.so.6 +libcrypto.so.1.0.0 +libcurl.so.4 +libgcc_s.so.1 +libgio-2.0.so.0 +libglib-2.0.so.0 +libgobject-2.0.so.0 +libpthread.so.0 +libssl.so.1.0.0 diff --git a/package.yml b/package.yml new file mode 100644 --- /dev/null +++ b/package.yml @@ -0,0 +1,21 @@ +name : megatools +version : 1.9.98 +release : 1 +source : + - https://github.com/megous/megatools/archive/1.9.98.tar.gz : 8e8614d7c29dc00fc47999d2a47372ae115635df9f30779fe32032f1a7289cec +license : GPL-2.0 +component : network.download +summary : Command line tools for accessing MEGA cloud storage +description: | + Megatools is a collection of programs for accessing Mega service from the command line. It + allows you to copy individual files as well as entire directory trees to and from the cloud. + You can also perform streaming downloads without needing to download the entire file. +builddeps : + - pkgconfig(libcurl) + - asciidoc +setup : | + %autogen +build : | + %make +install : | + %make_install 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,40 @@ + + + megatools + + Federico Damián Schonborn + federicodamiansch@gmail.com + + GPL-2.0 + network.download + Command line tools for accessing MEGA cloud storage + Megatools is a collection of programs for accessing Mega service from the command line. It +allows you to copy individual files as well as entire directory trees to and from the cloud. +You can also perform streaming downloads without needing to download the entire file. + + https://solus-project.com/sources/README.Solus + + + megatools + Command line tools for accessing MEGA cloud storage + Megatools is a collection of programs for accessing Mega service from the command line. It +allows you to copy individual files as well as entire directory trees to and from the cloud. +You can also perform streaming downloads without needing to download the entire file. + + network.download + + /usr/bin + /usr/share/doc + /usr/share/man + + + + + 2017-06-02 + 1.9.98 + Packaging update + Federico Damián Schonborn + federicodamiansch@gmail.com + + + \ No newline at end of file