On Sat, Apr 8, 2017 at 5:45 PM, Máirín Duffy <duffy@redhat.com> wrote:
Can anybody (looking at you Luya? :-) ) package kuler2gpl?


OK, I'll bite.  In typical NodeJS fashion, it wasn't as easy as packaging kuler2gpl -- I had to package several of its dependencies as well.

Here are the packages, along with the bugzilla issues for their package reviews:

kuler2gpl (1444268)
.convert-hex (1444266)
.walker (1444256)
..makerror (1444253)
...tmpl (1444252)

I've also got packages built in a COPR repo at https://copr.fedorainfracloud.org/coprs/jsmith/kuler2gpl/.  Simply run "dnf copr enable jsmith/kuler2gpl" as root and then run "dnf install kuler2gpl" to install the package.

To convert a directory of .ase files, run "kuler2gpl -i directory", where directory is the path to the directory containing the .ase files.  The .gpl files will be placed in the same directory.

-Jared