/una

Una (Una's Not APT) - A complete MPR helper

Primary LanguageShellGNU General Public License v3.0GPL-3.0

Una

v3.2.0


Contributors Forks Stargazers Issues MIT License

A complete MPR helper.
Explore the docs »

Report Bug · Request Feature

Una is a complete MPR helper written in bash (kinda demonstrates the power of shell scripts lol). It was created since the only other helper which is still being maintained, tap, had issues with handling dependencies from the MPR and regular APT dependencies. Una is a replacement for tap which has implemented all the features present in tap and more.

(back to top)

Installation

bash <(curl -fsL https://github.com/AFK-OS/una/raw/main/install.sh)

Roadmap

  • Support for installing and removing packages.
  • Support for dependencies from the MPR.
  • Support for updates.
  • Support for searching for packages.
  • Support for showing package information.
  • Support for auto-completions.
  • Support for cloning packages from the MPR, separate from installation.
  • Auto updater.
  • Implement all the features listed on https://docs.makedeb.org/mpr/list-of-mpr-helpers/.
  • Install -git package if main package doesn't exist.
  • Compatibility with other MPR helpers.
  • Support for installing multiple packages together.

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork this repository
  2. Create a feature branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Add some AmazingFeature')
  4. Push to the branch (git push origin feature/AmazingFeature)
  5. Open a pull request

(back to top)

License

Distributed under the GPLv3 License. See LICENSE for more information.

(back to top)