https://github.com/redneb/gentoo-mapnik-overlay
A Gentoo overlay for mapnik
https://github.com/redneb/gentoo-mapnik-overlay
ebuild gentoo gentoo-overlay mapnik
Last synced: 3 months ago
JSON representation
A Gentoo overlay for mapnik
- Host: GitHub
- URL: https://github.com/redneb/gentoo-mapnik-overlay
- Owner: redneb
- Created: 2020-12-12T04:07:24.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-19T04:49:13.000Z (almost 3 years ago)
- Last Synced: 2025-01-19T19:55:55.270Z (5 months ago)
- Topics: ebuild, gentoo, gentoo-overlay, mapnik
- Language: Shell
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gentoo-mapnik-overlay
This repository contains a [Gentoo ebuild overlay](https://wiki.gentoo.org/wiki/Ebuild_repository) that can be used to install [mapnik](https://mapnik.org/) in a [Gentoo](https://www.gentoo.org/) system. This repository exists because the official Gentoo package repository no longer contains an ebuild for mapnik.
## How to use it
### Via `eselect repository`
The recommended way is to install it via [eselect repository](https://wiki.gentoo.org/wiki/Eselect/Repository):
eselect repository add mapnik git https://github.com/redneb/gentoo-mapnik-overlay.git
Then you can install mapnik like you would install any other package in Gentoo:
emerge -av sci-geosciences/mapnik
### Manually
Alternatively, create the file `/etc/portage/repos.conf/mapnik.conf` with the following contents:
[mapnik]
location = /mapnik
sync-type = git
sync-uri = https://github.com/redneb/gentoo-mapnik-overlay.git
auto-sync = yesThen initialize the new repo with:
emerge --sync mapnik
## Contributing
PRs are welcome.