Files
ports/README.md
2020-01-20 01:04:30 +05:30

784 B

ports

Contain all ports for Venom Linux used by scratchpkg

All ports are separated into several repositories. This repositories will get sync by scratchpkg using a tool called httpup. These are repository exist (for now):

  • core : Ports needed for core system.
  • extra : All other ports.
  • xorg : Ports for Xorg.
  • multilib : Multilib ports.
  • community: Community ports.
  • testing : Testing ports.

rep-gen

rep-gen is a script to generate 'REPO' file in the repository. rep-gen need to run after any of ports changed.

how to use:

./rep-gen <repo name>

or, for all exist repositories

./rep-gen

Example:

./rep-gen core xorg