howl-editor / howl

The Howl Editor
http://howl.io
Other
711 stars 68 forks source link

Fedora RPM package #501

Open tim77 opened 5 years ago

tim77 commented 5 years ago

Not issue, just info:

📦 Howl RPM package in COPR

How to install:

sudo dnf copr enable atim/howl -y && sudo dnf install howl -y

Run:

howl

🙏

tim77 commented 5 years ago

Here some rpmlint errors:

howl.x86_64: E: non-executable-script /usr/share/howl/bundles/coffeescript/misc/example.coffee 644 /usr/bin/coffee 
howl.x86_64: E: non-executable-script /usr/share/howl/bundles/moonscript/misc/example.moon 644 /usr/bin/moon 
howl.x86_64: E: wrong-script-interpreter /usr/share/howl/bundles/python/misc/examples.py /usr/bin/env python
howl.x86_64: E: non-executable-script /usr/share/howl/bundles/python/misc/examples.py 644 /usr/bin/env python
howl.x86_64: E: wrong-script-interpreter /usr/share/howl/bundles/ruby/misc/example.rb /usr/bin/env ruby
howl.x86_64: E: non-executable-script /usr/share/howl/bundles/ruby/misc/example.rb 644 /usr/bin/env ruby
howl.x86_64: E: wrong-script-interpreter /usr/share/howl/bundles/rust/misc/example.rs [allow(unused)] 
howl.x86_64: E: non-executable-script /usr/share/howl/bundles/rust/misc/example.rs 644 [allow(unused)] 

Would be nice if we fixed this. Then we can push Howl in official Fedora repos. :)

refi64 commented 5 years ago

At a glance all these script errors look a bit redundant, given that this is an rpm you could maybe just remove the example files from inside? I will definitely be giving this a try though!

(FYI there's also now a Flatpak on Flathub.)