Christoph Reiter d401a04bb0 Add a repology link to each package
There is no way to override the mapping and no version info,
we just re-use the mapping repology has for our packages.
But it's a start.
2024-01-12 17:56:18 +01:00
2024-01-12 17:56:18 +01:00
2024-01-10 08:28:55 +01:00
2023-03-05 11:37:18 +01:00
2020-11-21 12:24:07 +01:00
2023-10-15 12:06:56 +02:00
2024-01-12 11:27:50 +01:00
2024-01-12 11:27:50 +01:00
2023-11-01 19:28:08 +01:00
2023-11-01 19:28:08 +01:00

MSYS2 Web Interface
===================

A simple web interface for browsing the MSYS2 repos.

Rebuild CSS/JS (optional)::

    cd frontend
    npm install
    npm run build

Run for Development::

    poetry shell
    poetry install
    python run.py --cache

Run for Production::

    # See the Dockerfile
    docker build .
    docker run --rm -it -p 8080:80 <image-id>
Description
Online Repo Browser
Readme 4 MiB
Languages
Python 68.4%
HTML 26.7%
JavaScript 2.8%
SCSS 1.7%
Dockerfile 0.2%
Other 0.2%