• Vue 54.5%
  • Python 29%
  • CSS 7.8%
  • TypeScript 7.4%
  • HTML 1.3%
Find a file
x1z53 cffada2060
Some checks failed
Deploy to Pages / build (push) Failing after 2m53s
Deploy to Pages / Deploy (push) Has been skipped
fix: 404 for all pages
2025-12-22 12:49:20 +03:00
.forgejo/workflows Fix workflow branch 2025-12-13 13:32:34 +03:00
public pages: add Router, Calculator 2025-12-20 15:44:35 +03:00
src fix: 404 for all pages 2025-12-22 12:49:20 +03:00
.gitignore Add macros.json to .gitignore 2025-12-12 20:42:25 +03:00
.prettierrc.json Initial build 2025-12-12 19:34:43 +03:00
env.d.ts Initial build 2025-12-12 19:34:43 +03:00
eslint.config.ts Initial build 2025-12-12 19:34:43 +03:00
index.html chore: change title to ALT RPM Macros 2025-12-22 12:39:14 +03:00
package-lock.json pages: add Router, Calculator 2025-12-20 15:44:35 +03:00
package.json pages: add Router, Calculator 2025-12-20 15:44:35 +03:00
README.md README: add descriptions and instructions 2025-12-22 12:38:12 +03:00
README.ru.md README: add RU version 2025-12-22 12:38:26 +03:00
tsconfig.app.json Initial build 2025-12-12 19:34:43 +03:00
tsconfig.json Initial build 2025-12-12 19:34:43 +03:00
tsconfig.node.json Initial build 2025-12-12 19:34:43 +03:00
tsconfig.tsbuildinfo Initial build 2025-12-12 19:34:43 +03:00
vite.config.ts pages: add Router, Calculator 2025-12-20 15:44:35 +03:00

ALT RPM Macros

A simple service for searching and selecting RPM macros from the Sisyphus repository (sisyphus branch)

Usage

Allows you to search for macros in rpm-build-* and rpm-macros-* packages, as well as rpm, librpm

Calculator

This tool is designed to find macros that are suitable to replace the desired path.

  • Enter the desired path (for example, /usr/bin/name)
  • The calculator will return possible combinations using macros from various packages

For developers

Prepare

npm install

Development server

npm run dev

Build static

npm run build

Preview

npm run preview