eselect repository enable tastytea
echo "www-misc/gitea2rss ~amd64" >> /etc/portage/package.accept_keywords/gitea2rss
emaint sync -r tastytea
emerge -a dev-util/gitea2rss
|
2 months ago | |
---|---|---|
cmake | 3 months ago | |
doc | 3 months ago | |
man | 2 months ago | |
src | 2 months ago | |
tests | 2 months ago | |
.clang-format | 2 months ago | |
.drone.yml | 3 months ago | |
.editorconfig | 2 months ago | |
.gitignore | 1 year ago | |
CMakeLists.txt | 2 months ago | |
LICENSE | 1 year ago | |
README.adoc | 2 months ago |
gitea2rss Generates RSS feeds from Gitea releases or tags.
See manpage. For an example nginx configuration file, see nginx-example.conf.
Add my repository and install it from there.
eselect repository enable tastytea
echo "www-misc/gitea2rss ~amd64" >> /etc/portage/package.accept_keywords/gitea2rss
emaint sync -r tastytea
emerge -a dev-util/gitea2rss
apt install build-essential cmake libcurl4-openssl-dev libjsoncpp-dev asciidoc
Download the current release at schlomp.space.
git clone https://schlomp.space/tastytea/gitea2rss.git
mkdir build && cd build
cmake ..
cmake --build .
-DCMAKE_BUILD_TYPE=Debug
for a debug build.
-DWITH_MAN=NO
to not compile the manpage.
WITH_TESTS=YES
to compile the tests.
You can run the tests with ctest
inside build/tests
. Install with make
install
.