An open API service indexing awesome lists of open source software.

https://github.com/manicmaniac/ports

My personal MacPorts ports registry
https://github.com/manicmaniac/ports

macports

Last synced: 2 months ago
JSON representation

My personal MacPorts ports registry

Awesome Lists containing this project

README

        

ports
=====

[![Build Status](https://github.com/manicmaniac/ports/workflows/Test/badge.svg)](https://github.com/manicmaniac/ports/actions)

This is the repository for my personal packages.

To install a package:

# Clone the repository
git clone https://github.com/manicmaniac/ports.git
# Create index
cd ports
portindex
# Add the cloned repository to MacPorts sources
sudo ruby -pi -e 'puts "file://#{Dir.pwd}/ports" if /^rsync:/' /opt/local/etc/macports/sources.conf
# Then you can install packages
sudo port install PACKAGE_NAME

License
-------

This repository itself is licensed under the MIT license.
See LICENSE for details.