Code Monkey home page Code Monkey logo

pacstall-programs's Introduction

Pacstall Programs

This is the default repository of pacscripts which pacstall uses to install software. You can fork this repository and add make your own package repository as long as it follows the basic structure:

package-repository/
├── packagelist
└── packages/
    └── example-package1/
    |   └── example-package1.pacscript
    └── example-package2/
        └── example-package2.pacscript

You can then use pacstall -A command to add your repository to your repolist. Consult the wiki for more info.

How to setup the environment for pacscript development

If you need help making a pacscript, visit our wiki.

This repository maintains a certain standard of commits. To ensure that your commits are up to the standard, we use pre-commit hooks.

Here are the development dependencies that you need to install as a developer:

Dependency How to install
pre-commit sudo pip install pre-commit
shellcheck pacstall -PI shellcheck-bin
shfmt pacstall -PI shfmt-bin
editor-config Install the plugin for your editor

After the dependencies are installed simply clone this repository, and use pre-commit install to install the pre-configured hooks to your cloned repository.

Now, whenever you try to commit a patch all the configured hooks will run and block/fix your code so that it adheres to or standards.

In case for some reason (false positives etc), you want to skip the hooks commit using git commit --no-verify

License

Pacstall programs are licensed under the MIT License.

Note

MIT license does not apply to the packages built by Pacstall, merely to the files in this repository (the pacscripts, GitHub Action workflows, documentation, etc.). It also might not apply to patches included in pacscripts, which may be derivative works of the packages to which they apply. The aforementioned artifacts are all covered by the licenses of the respective packages.

Stats

Repobeats analytics image

pacstall-programs's People

Contributors

elsie19 avatar oklopfer avatar wizard-28 avatar zahrun avatar cat-master21 avatar mar0xy avatar korkmatik avatar malmeloo avatar vigress8 avatar echometerain avatar d-brox avatar mirenradia avatar anifyuli avatar xdavius avatar lfromanini avatar obsidianpresidium avatar louis77 avatar soumyadghosh avatar volitank avatar jonboylecoding avatar rockstar9604 avatar arrowsome avatar diegiwg avatar saenai255 avatar ua16 avatar dependabot[bot] avatar edward-riley avatar kwon37xi avatar 0oastro avatar d3sox 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.