sergiotarxz n00b

Joined: 27 Apr 2022 Posts: 34
|
Posted: Wed Apr 27, 2022 5:01 pm Post subject: Manga reader for Gentoo. |
|
|
Hi forum, I made a manga reader using libadwaita and libsoup and packaged it in a overlay,
it is free software of course and the full source code it is available in my git repository.
It uses readmng.com as it's manga source.
The repository is https://gitea.sergiotarxz.freemyip.com/sergiotarxz/mangareader
And the overlay url is https://gitea.sergiotarxz.freemyip.com/sergiotarxz/sergiotarxz-overlay
You can install it easily doing:
When it reaches some level of stability and features I would like to package it in the gentoo repo.
I hope you enjoy it.
PD: I have added the repository to the official overlay list, so cloning it is now unnecessary, you can simply run:
Code: | sudo eselect repository enable sergiotarxz
sudo emerge --sync sergiotarxz
echo 'app-misc/openmg ~amd64' | sudo tee /etc/portage/package.accept_keywords/openmg
sudo emerge -a openmg
|
Beware that if you use the qa url for eselect-repository (default) the repository may not still be there because cache, also local cache applies,
so you may do before:
Code: | sudo rm ~root/.cache/eselect-repo/repositories.xml
|
But that's for people with real hurry to use it. |
|