httpie-cli/docs/packaging/linux-aosc
Mickaël Schoentgen 419427cfb6
Update downstream files for HTTPie 2.6.0 (#1186)
* Update Alpine package

* Add charset-normalizer deps for Alpine

It currently does not exist. We will need to add it ourselves.

* Update Gentoo package

* Update Brew formula

* Update MacPorts port

* Fix Gentoo deps

* Update examples

* Update Void Linux package

* Update Void Linux commands

* Update Chocolateur package

* Review DEbian packaging details

* Simplify Void Linux package

* Update more packages

* Update summary everywhere

* Remove temporary file

* Update Chocolatey package URL

* Updates

* Update Spack
2021-10-19 10:18:35 +02:00
..
autobuild Update downstream files for HTTPie 2.6.0 (#1186) 2021-10-19 10:18:35 +02:00
README.md Add documentation about our release process (#1159) 2021-10-06 16:45:44 +02:00
spec Add documentation about our release process (#1159) 2021-10-06 16:45:44 +02:00

HTTPie on AOSC OS

Welcome to the documentation about packaging HTTPie for AOSC OS.

  • If you do not know HTTPie, have a look here.
  • If you are looking for technical information about the HTTPie packaging on AOSC OS, then you are in a good place.

About

This document contains technical details, where we describe how to create a patch for the latest HTTPie version for AOSC OS. We will discuss setting up the environment, installing development tools, installing and testing changes before submitting a patch downstream.

Overall process

Open a pull request to update the downstream file (example).

Notes:

  • The commit message must be httpie: update to XXX.
  • The commit must be signed-off (git commit -s).

Hacking

🚧 Work in progress.