yarpm

Crates.ioyarpm
lib.rsyarpm
version0.1.3
sourcesrc
created_at2020-12-27 14:57:29.518516
updated_at2020-12-28 13:43:13.873407
descriptionYet another rusty package manager
homepage
repositoryhttps://github.com/wafelack/yarpm
max_upload_size
id327853
size63,090
Wafelack (Wafelack)

documentation

README

yarpm

Yet another rusty package manager

Install

  • Run cargo install yarpm to install program

How to use

Setup

  • Run yarpm once to create all the required files
  • Edit /etc/yarpm.sources with your sources (one per line)

Search packages

  • Run yarpm search <package> to check if your package exists

Install packages

  • Run yarpm install <package> to install it in /etc/yarpm/bin

Update packages

  • Run yarpm upgrade

Publish packages

  • Launch a webserver
  • Add your compressed files at the server root (NOTICE: Files have to be compressed using the gunzip algorithms (Use tar -czf <name> <folder>))
  • Put your server link into /etc/yarpm.sources
  • You can now install your package
Commit count: 117

cargo fmt