apprise/packaging
2019-10-13 13:59:02 -04:00
..
man updated man page and docs for --dry-run switch 2019-09-30 21:44:40 -04:00
redhat Notifico Support (#163) 2019-10-13 13:59:02 -04:00
README.md Preparation for Fedora and EPEL packaging 2019-03-25 20:46:41 -04:00

Packaging

This directory contains any supporting files to grant usage of apprise in various distributions.

RPM Based Packages

  • EPEL based distributions are only supported if they are of v7 or higher. This includes:
    • Red Hat 7.x (or higher)
    • CentOS 7.x (or higher)
    • Scientific OS 7.x (or higher)
    • Oracle Linux 7.x (or higher)

Provided you are connected to the EPEL repositories, the following will just work for you:

# python2-apprise: contains all you need to develop with apprise
# apprise: provides the 'apprise' administrative tool
yum install python2-apprise apprise

Fedora packaging is available right out of the box; the following will get you going on any distribution (v29 or higher):

# python3-apprise: contains all you need to develop with apprise
# apprise: provides the 'apprise' administrative tool
dnf install python3-apprise apprise

Let me know if you'd like to help me host on more platforms or can offer to do it yourself!

Man Pages Information

The man page were generated using Ronn.

  • Content is directly written to entries in the man/*.md files following the the format structure available on the Ronn site.
  • Then the following is executed ronn --roff man/apprise.md to produce the man/apprise.1 which is used by distributions.