Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 1.12 KB

README.md

File metadata and controls

48 lines (35 loc) · 1.12 KB

fedora-extras

Additional package for Fedora, missing in the official repositories and RPMFusion.

Currently this are:

  • brave-browser-bin [abandoned; should still work]
  • bubblejail
  • gVisor-bin [abandoned]
  • hardened_malloc
  • libaslrmalloc [abandoned]
  • scurl
  • sydbox [experimental]
  • typos-lsp
  • typst [abandoned]
  • typst-lsp [abandoned]

Getting started

  1. Install the necessary programs to build rpms on your system.
sudo dnf install rpm-build rpmdevtools rpmlint
  1. Build the package you.
./rpmbuild.sh [OPTIONS] <PACKAGE>

Where <PACKAGE> is the name of a directory containing a specfile named $PACKAGE.spec and setup_source.sh (optional).

[OPTIONS] can be -l (run rpmlint), -n (add --nodeps to rpmbuild) and -s (run unsandboxed).

  1. Install the package
sudo dnf install ./<PACKAGE>.rpm

Documentation