Giter Club home page Giter Club logo

paxy's Introduction

Paxy - A package manager that gets out of your way

Discord Server License GitHub top language

Validation API Documentation Security Audit codecov

Table of Contents

For Users

Commandline Usage

Note This section will be updated with the actual help text of the tool when we determine that the commandline interface is reasonably stable.

Run

paxy --help

to see the various commandline options available.

User Guide

Please visit https://pax-hub.github.io/book-paxy for a detailed user guide.

For Developers

API Documentation

Please visit https://pax-hub.github.io/paxy the full API documentation.

Cloning

To download the source code to your local computer for testing, or for development, you can clone from the remote repository using either SSH, or HTTPS. Below are instructions on how to do so using GitHub hosted code as remote.

HTTPS

git clone https://github.com/pax-hub/paxy.git 

OR

SSH

git clone [email protected]:pax-hub/paxy.git

Packaging

Arch Linux

Change to the project directory (cd paxy) and run any of the below scripts:

  • sh packaging/archlinux/setup.sh <MODE>: Builds and installs a package

  • sh packaging/archlinux/build-package.sh <MODE>: Just builds a package without installing it locally

  • sh packaging/archlinux/install-package.sh <MODE>: Just installs a package locally, except if no built package is detected, a package is built.

  • where <MODE> can be one of the below

    1. local: Selects paxy-local from the local project that you have cloned already.
    2. git: Selects paxy-git from the latest git commit.
    3. stable: Selects paxy from the git tag corresponding to the pkgver specified in the PKGBUILD. If pkgver=0.0.1, then the git tag v0.0.1 is used for packaging.

Note: Any additional parameters passed to the above scripts are automatically sent to makepkg or pacman (whichever is applicable).

Continuous Integration (CI)

TODO

paxy's People

Contributors

cake03 avatar ferriswastaken avatar flyingcakes85 avatar lylythechosenone avatar pvshvp-oss avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

paxy's Issues

Add more build step types

Currently there is only one: Clone. Building an app with this singular instruction is quite difficult, so I think it's safe to say we need more step types.

Some examples might include:

  • Copy - copy files from one location to another
  • Command - run a shell command/shell script

Additionally, packages should be able to specify their own build steps. For example, when included as a build dependency, rust could have a cargo build step that runs cargo build in a given directory.

RUSTSEC-2020-0168: mach is unmaintained

Details
Package mach
Version 0.3.2
Warning unmaintained
URL fitzgen/mach#63
Patched Versions n/a

Last release was almost 4 years ago.

Maintainer(s) seem to be completely unreachable.

Possible Alternative(s)

These may or may not be suitable alternatives and have not been vetted in any way;

Make `file://` URLs relative

If the package is at file:///some/path/to/package.yaml, file://./flavor.yaml within it should be interpreted as file:///some/path/to/flavor.yaml

Coveralls is broken

As you can see below, it is including files from the cargo registry in the home directory. We need to fix this somehow.

I'm not really sure why it's doing this.

image

Sanitize `file://` URLs before use

file:// URLs should never be able to target the user's local filesystem, and should only be allowed when there is already a relative base (as explained in #5).

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.