icaoberg/singularity-ghcal:latest

$ singularity pull shub://icaoberg/singularity-ghcal:latest

Singularity Recipe

Bootstrap: docker
From: ubuntu:16.04

IncludeCmd: yes

%labels
    AUTHOR icaoberg
    EMAIL icaoberg@cmu.edu
    WEBSITE http://www.cbd.cmu.edu/icaoberg

%runscript
    exec /bin/bash "$@"

%post
    /usr/bin/apt-get update && apt-get install -y --no-install-recommends apt-utils
    /usr/bin/apt-get update --fix-missing
    /usr/bin/apt-get install -y curl nodejs npm
    ln -s /usr/bin/nodejs /usr/bin/node
    npm install --global ghcal

####################################################################################
%appenv ghcal
    APP=/usr/local/bin/
    export APP

%apphelp ghcal
    For more information about goto visit https://github.com/IonicaBizau/ghcal

%apprun ghcal
    ghcal "$@"

Collection


View on Datalad

Metrics

key value
id /containers/icaoberg-singularity-ghcal-latest
collection name icaoberg/singularity-ghcal
branch master
tag latest
commit a8f8978ee249b3210c2c9586f756cc0749f106f6
version (container hash) e92c60e6f29b937b58dce8df674151ba
build date 2019-03-03T20:55:52.942Z
size (MB) 464
size (bytes) 166240287
SIF Download URL (please use pull with shub://)
Datalad URL View on Datalad
Singularity Recipe Singularity Recipe on Datalad
We cannot guarantee that all containers will still exist on GitHub.