merckey/Singularity:grive2
$ singularity pull shub://merckey/Singularity:grive2
Singularity Recipe
# Google Drive client
#
Bootstrap: docker
From: ubuntu:16.04
%post
# Set up the basics
apt-get -y update
apt-get install -y build-essential
apt-get install -y git cmake build-essential libgcrypt11-dev libyajl-dev \
libcurl4-openssl-dev libexpat1-dev binutils-dev
apt-get -y update
apt-get install -y zlib1g-dev libncurses5-dev libssl-dev pkg-config \
libboost-all-dev libcppunit-dev
# Install grive
cd / && git clone https://github.com/vitalif/grive2 && \
cd /grive2 && \
mkdir build && \
cd build && \
cmake .. && \
make -j4 && \
mv /grive2/build/grive/grive /usr/local/bin/grive && \
rm -rf /grive2
%runscript
grive "$@"
Collection
- Name: merckey/Singularity
- License: None
View on Datalad
Metrics
key | value |
---|---|
id | /containers/merckey-Singularity-grive2 |
collection name | merckey/Singularity |
branch | master |
tag | grive2 |
commit | 64a00ab9de19c775056b755d01c4c6fad6fb9419 |
version (container hash) | f34086ae7cbba81e201f7f720894cfc6 |
build date | 2019-03-30T02:29:56.248Z |
size (MB) | 785 |
size (bytes) | 255975455 |
SIF | Download URL (please use pull with shub://) |
Datalad URL | View on Datalad |
Singularity Recipe | Singularity Recipe on Datalad |
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.