From 8780183bd6a2d21bdb07bba41c4690800e202171 Mon Sep 17 00:00:00 2001 From: Jonathan Hakimi Date: Mon, 20 Jul 2020 18:28:52 -0400 Subject: [PATCH] Add megatools (git) --- megatools-git/package.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 megatools-git/package.yml diff --git a/megatools-git/package.yml b/megatools-git/package.yml new file mode 100644 index 0000000..1633d17 --- /dev/null +++ b/megatools-git/package.yml @@ -0,0 +1,22 @@ +name : megatools-git +version : 1 +release : 1 +source : + - git|https://megous.com/git/megatools : master +license : GPL-2.0-or-later +component : network.download +homepage : https://megatools.megous.com/ +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 : | + %meson_configure +build : | + %ninja_build +install : | + %ninja_install