colfrog / cx

A directory history management utility written in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create packages for major distributions

0xtrzy opened this issue · comments

and create a package
fedora/debian/ubuntu and arch

If I want to make a global daemon, I need to make it user-aware and allow users to turn it on or off for them. I'll treat this as a separate issue, for now the program doesn't need to be global to be used.

First, I'll need to start tagging versions and hosting their tarballs. I can get on that soon enough.

Then, I can start making packages for my systems, which happen to be OpenSUSE, FreeBSD and Debian. So we'll have at least one rpm, one deb and a ports-like Makefile for distros like crux, gentoo, arch and void to adapt it to their system, then I'll close the issue.

If you'd like to contribute a package, please place its files in pkg/${system_name} and submit a pull request!

The version 0.1 is now tagged on Github and can be downloaded through releases. The tarball as of 48c3501 is also at https://nilio.ca/cx/cx-0.1.tar.xz, and I will keep https://nilio.ca/cx/cx-latest.tar.xz symlinked to the latest version.

Packages can now be made using these URLs.

Package specs are now available for OpenSUSE, Debian and FreeBSD.