Created attachment 542854 [details] ebuild for rtv v1.23.0 RTV (Reddit Terminal Viewer) provides a text-based interface to view and interact with Reddit, fully controlled by the keyboard. It supports opening media links in external applications by associating them with MIME types through a mailcap file.
Thank you for your contribution. I had a short look on the ebuild. Here a few ideas: use a variable for 1.23.0 in SRC_URI="https://github.com/michael-lazar/rtv/archive/v1.23.0.tar.gz" see https://devmanual.gentoo.org/ebuild-writing/variables/
Created attachment 543972 [details] ebuild for rtv v1.24.0
(In reply to Jonas Stein from comment #1) > Thank you for your contribution. I had a short look on the ebuild. > Here a few ideas: > use a variable for 1.23.0 in > SRC_URI="https://github.com/michael-lazar/rtv/archive/v1.23.0.tar.gz" > see > https://devmanual.gentoo.org/ebuild-writing/variables/ Thanks for the suggestion! I implemented this in the updated ebuild.
Created attachment 543980 [details] ebuild for rtv v1.24.0
Created attachment 545594 [details] ebuild for rtv v1.24.0 Changed the description to match the PyPI package's and set the DOCS variable.
Created attachment 545760 [details] ebuild for rtv 1.24.0 Bumped to EAPI 7 and removed a blank line.