Giter Club home page Giter Club logo

cagebreak-pkgbuild's Introduction

Cagebreak Archlinux Package

This repository provides PKGBUILDs for cagebreak.

All releases on master are tagged corresponding to the cagebreak release and signed.

For every release we provide a tarball containing at least .SRCINFO and PKGBUILD and a corresponing signature.

We also provide these PKGBUILDs in the AUR.

Cagebreak

This pkgbuild is provided for those who want a full build from source.

Cagebreak-bin

This pkgbuild simply extracts a precompiled binary and the man pages and therefore requires no build dependencies (runtime dependencies are still required).

-redundancy

These pkgbuilds are based on the two above but reference cagebreak.project-repo.co for availability in case of an outage at GitHub.

cagebreak-arm

This aarch64 pkgbuild is not officially supported and not in the AUR.

Signing Keys

The following keys are valid:

  • A9C386EFBEB0819C5523E6AB2AD89C95DEA1AE85
  • FC9B267D2C4AE25E139BADF5B093C3C73E9053A1
  • 7857F021E8808412DD6C2F8849B3AD1FFEA4AE42
  • EAB01D6E2206E0FE012F68EBA001D296F543C4EC
  • E7D5B3589BFCDDEA19F3CA0FC54665860539B5B2

Note that the keys are signed by at least one signing key of the cagebreak project.

Release Automation

These are the minimally required commands for creating a release and generating the PKGBUILDs for the AUR.

  • git checkout development
  • git pull origin development
  • make clean
  • make version=release_tag release=pkgbuild_release gpgid=valid_gpg_id check
  • git commit
  • git push origin development
  • git checkout master
  • git pull --tags origin master
  • git merge --squash development
  • git commit and insert "Release version"
  • git tag -u valid_gpg_id release_tag HEAD
  • git tag -v release_tag
  • git push --tags origin master
  • git checkout development
  • git merge master
  • git push --tags origin development
  • upload artefacts
  • make clean

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.