metafates / mangal

📖 The most advanced (yet simple) cli manga downloader in the entire universe! Lua scrapers, export formats, anilist integration, fancy TUI and more!
MIT License
1.27k stars 51 forks source link

Mangal native FreeBSD support #207

Open Elias-Ainsworth opened 2 weeks ago

Elias-Ainsworth commented 2 weeks ago

Feature Description

To be frank no manga scraper comes close to mangal in terms of ease of use and reliability. However mangal simply does not work when built from source as it does not build from source while using gmake or go to build it.

Solution you would like

It would be very helpful for mangal to have native BSD support specifically FreeBSD due to it's Linux emulation.

Alternatives you have considered

I've considered using other manga scrapers and I currently am using an alternative (https://github.com/prsh11/manga-cli.git) but while it does the job, it isn't satisfactory. I would also like to try docker containers but FreeBSD doesn't have native docker support and podman asks me for /dev/zfs when I am using UFS which is weird.

Additional context

No response