xgqt / pystow

GNU Stow rewrite in Python (mirror)

Home Page:https://gitlab.com/xgqt/pystow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PYStow

GNU Stow rewritten in python

Dependencies

Buildtime

  • git (vcs)
  • pip
  • make (for user)

Runtime

  • python3.6 or higher

Installation

Git

As user:

git clone --recursive --verbose https://gitlab.com/xgqt/pystow
cd pystow
make install

Gentoo

As root:

emerge --autounmask --noreplace --oneshot app-eselect/eselect-repository
eselect repository add myov git https://gitlab.com/xgqt/myov
emaint sync -r myov
emerge --autounmask --noreplace --verbose app-admin/pystow

About

GNU Stow rewrite in Python (mirror)

https://gitlab.com/xgqt/pystow

License:GNU General Public License v3.0


Languages

Language:Python 75.2%Language:Makefile 13.4%Language:Shell 11.4%