Skip to content

RogueScholar/asbru-cm-packages

 
 

Repository files navigation

Ásbrú-CM packaging

CircleCI Build RPM Packages Debian Packages Last Commit Date License

Ásbrú-CM Packages Repository

This repository contains packaging files and helper scripts to build the dependencies required to run and the installation packages for Ásbrú Connection Manager.

Building packages

Debian / Ubuntu / Mint (.deb)

  1. Make sure you have the necessary dependencies installed
    • debuild
    • curl or wget
  2. Clone this repository somewhere you like and cd into it
  3. Run sudo ./make_debian.sh (elevated privileges are needed because the script automatically installs any missing build dependencies and then uninstalls them once the package is built)
  4. The packages will all be created under ./debian/tmp/, you can copy/install them from there then delete the tmp folder afterwards.

Centos / Fedora / OpenSUSE (.rpm)

  1. Make sure you have the necessary dependencies installed
    • rpm-build
    • curl or wget
  2. Clone this repository somewhere you like and cd into it
  3. Run ./make_rpm.sh
  4. The packages will all be created under ./rpm/RPMS/noarch/, you can copy/install them from there then delete the tmp folder afterwards.

Contributing

If you want to contribute to Ásbrú Connection Manager, first check out the issues and see if your request is not listed yet. Issues and pull requests will be triaged and responded to as quickly as possible.

Before contributing, please review our Contributors' primer for info on how to make feature requests and remain mindful that we adhere to the Contributor Covenant code of conduct.

Contact

  • User/developer community:

    Telegram Group InviteLink IRC Web Chat

  • Maintainer:

    Keybase Profile Twitter Profile StackExchange Unix & Linux Profile

License

Ásbrú Connection Manager is licensed under the GNU General Public License, version 3.0. A full copy of the license can be found in the LICENSE file.

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%