-
Notifications
You must be signed in to change notification settings - Fork 49
Description
Hi there! I'm trying to package Immolate into an AUR package to make it easy to install on Arch Linux, but there are a few things that make this quite difficult. First of all, the default build instructions require you to execute the Immolate executable from the main repo folder -- i.e. by building into build, and then executing ./build/Immolate. Following the Linux build instructions, if you are in any other directory, Immolate will throw an error because it cannot find search.cl.
I understand that it's useful to have search.cl and the filters in a directory where the user can modify them. What do you think of putting these other files in /usr/lib/immolate or possibly include them from $XDG_CONFIG_DIR or $XDG_DATA_HOME? These directories could be configured at runtime, preferably with a configuration file (which would likely be located in /etc/).
I feel like this would go a long way to bringing this utility more in-line with most other command-line programs.