- Vue 54.5%
- Python 29%
- CSS 7.8%
- TypeScript 7.4%
- HTML 1.3%
| .forgejo/workflows | ||
| public | ||
| src | ||
| .gitignore | ||
| .prettierrc.json | ||
| env.d.ts | ||
| eslint.config.ts | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| README.ru.md | ||
| tsconfig.app.json | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| tsconfig.tsbuildinfo | ||
| vite.config.ts | ||
ALT RPM Macros
A simple service for searching and selecting RPM macros from the Sisyphus repository (sisyphus branch)
Usage
Search
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