Giter VIP home page Giter VIP logo

z-shell-_-subversion's Introduction

Logo ❮ Zi Package - Subversion ❯

Package source: Source Tarball Binary Git Node Gem
Status: ✔️ (default) ✔️

zi subversion package

Available pack'' invocations

# Download and install the APR dependency of Subversion
zi pack for apr
# Download, build and install the latest Subversion source tarball
zi pack for subversion

Default Profile

Provides the Subversion revision control system by compiling and installing it to the $ZPFX directory (~/.zi/polaris by default). It uses the z-shell/z-a-readurl annex to download the latest Subversion tarball.

The Zi command executed will be equivalent to:

zi as"null|monitor" dlink"https://.*/subversion-%VERSION%.tar.bz2" \
  atclone'zpextract --move --auto; print -P \\n%F{75}Building Subversion...\\n%f; ./configure \
    --prefix="$ZPFX" --with-apr='$ZPFX' >/dev/null && make >/dev/null && print -P \
    \\n%F{75}Installing Subversion to $ZPFX...\\n%f && make install >/dev/null && print -P \
    \\n%F{34}Installation of Subversion succeeded.%f || \
    print -P \\n%F{160}Installation of Subversion failed.%f' \
  atpull'%atclone' for \
    https://subversion.apache.org/download.cgi

This repository compatible with Zi

The apache/subversion zsh package that uses the zsh-string-lib to automatically:

  • get the plugin's Git repository OR release-package URL,
  • get the list of the recommended ices for the plugin,
    • there can be multiple lists of ices,
    • the ice lists are stored in profiles; there's at least one profile, default,
    • the ices can be selectively overridden.

z-shell-_-subversion's People

Contributors

jwdevelab avatar renovate-bot avatar ss-o avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.