Compare commits

...

4 Commits

Author SHA1 Message Date
tastytea f57f3b578d
Fix typo in cmake options.
continuous-integration/drone/push Build is passing Details
2021-05-20 01:11:29 +02:00
tastytea f5dc5e2359
Update installation instructions for Gentoo. 2021-05-18 00:12:14 +02:00
tastytea e1c20bd1bd
Add repology badge. 2021-05-17 23:56:25 +02:00
tastytea 9caeab9b91
Add “commits” to usage info in manpage.
continuous-integration/drone/push Build is passing Details
2021-04-25 10:50:13 +02:00
2 changed files with 10 additions and 10 deletions

View File

@ -12,17 +12,17 @@ For an example nginx configuration file, see https://schlomp.space/tastytea/gite
== Install
=== Gentoo
[alt="Packaging status" link=https://repology.org/project/gitea2rss/versions]
image::https://repology.org/badge/vertical-allrepos/gitea2rss.svg[]
Add my https://schlomp.space/tastytea/overlay[repository] and install it from
there.
=== Gentoo
[source,shell]
----
eselect repository enable tastytea
echo "www-misc/gitea2rss ~amd64" >> /etc/portage/package.accept_keywords/gitea2rss
emaint sync -r tastytea
emerge -a dev-util/gitea2rss
eselect repository enable guru
echo 'www-misc/gitea2rss' >> /etc/portage/package.accept_keywords/gitea2rss
emaint sync -r guru
emerge -a www-misc/gitea2rss
----
=== From source
@ -71,7 +71,7 @@ cmake --build .
.cmake options:
* `-DCMAKE_BUILD_TYPE=Debug` for a debug build.
* `-DWITH_MAN=NO` to not compile the manpage.
* `WITH_TESTS=YES` to compile the tests.
* `-DWITH_TESTS=YES` to compile the tests.
You can run the tests with `ctest` inside `build/tests`. Install with `make
install`.

View File

@ -2,7 +2,7 @@
:doctype: manpage
:Author: tastytea
:Email: tastytea@tastytea.de
:Date: 2021-04-21
:Date: 2021-04-25
:Revision: 0.0.0
:man source: gitea2rss
:man version: {revision}
@ -14,7 +14,7 @@ gitea2rss - Generates RSS feeds from Gitea releases or tags.
== SYNOPSIS
*gitea2rss* _URL of Gitea project_ [_releases_|_tags_]
*gitea2rss* _URL of Gitea project_ [_releases_|_tags_|_commits_]
== DESCRIPTION