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
- Host: GitHub
- URL: https://github.com/manicmaniac/ports
- Owner: manicmaniac
- License: mit
- Created: 2022-08-04T04:29:28.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-09T00:50:41.000Z (over 1 year ago)
- Last Synced: 2025-01-24T20:23:22.147Z (4 months ago)
- Topics: macports
- Language: Tcl
- Homepage:
- Size: 65.4 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ports
=====[](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_NAMELicense
-------This repository itself is licensed under the MIT license.
See LICENSE for details.