TheZoraiz / ascii-image-converter

A cross-platform command-line tool to convert images into ascii art and print them on the console. Now supports braille art!
Apache License 2.0
2.05k stars 121 forks source link

Q. Debian packaging and/or launchpad? #15

Open the-real-neil opened 2 years ago

the-real-neil commented 2 years ago

I found this...

https://www.reddit.com/r/golang/comments/o2ztb9/how_do_i_make_a_launchpad_ppa_for_a_go/

...and was wondering if you were still interested in making that work.

TheZoraiz commented 2 years ago

I'd like to say I'll try again, but that boat sunk a while ago 😅

Go apps are a nightmare for debian packaging. I remember even after successfully creating a source tarball, it kept bugging out on launchpad builders.

Currently, I'm using gemfury to upload .deb binaries made with goreleaser directly and that solution works. I don't plan to give launchpad another shot, but will leave this issue open in case someone else wants to try...