kiron1 / macOSpkgs

Use macOS installer and pkgutils to manage third party software on macOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

macOS Packages

A repository with Makefiles to fetch binary packages from upstream. When the upstream package is not already in the *.pkg format, generate it.

Usage

  1. Enter the directory of the package you want to install.
  2. Run the make command to download and generate the *.pkg file.
  3. To install the package, run sudo make install.

Alternative solutions

About

Use macOS installer and pkgutils to manage third party software on macOS


Languages

Language:Makefile 92.6%Language:Shell 7.4%