Christoph Reiter 256514bc41 Less guessing with the arch name mapping
Instead of doing regex and using the extracted package name, just
use the real pkgbase everywhere. This might mean more mappings are needed,
but it's more clear what it changes.

The next step is to move the mapping into the packaging repos.
2022-12-29 06:05:39 +01:00
2022-12-26 20:52:27 +01:00
2022-12-26 12:00:45 +01:00
2020-11-21 12:24:07 +01:00
2022-12-10 22:21:34 +01:00
2017-09-06 18:42:43 +02:00
2022-12-21 12:10:57 +01:00
2022-12-10 22:21:34 +01:00
2020-08-18 20:26:57 +02:00
2020-05-24 10:16:38 +02: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
Description
Online Repo Browser
Readme 3.5 MiB
Languages
Python 68.8%
HTML 26.3%
JavaScript 2.8%
SCSS 1.7%
Dockerfile 0.3%
Other 0.1%