https://github.com/xmake-io/xmake-package-gentoo
Gentoo package scripts of Xmake
https://github.com/xmake-io/xmake-package-gentoo
Last synced: about 1 month ago
JSON representation
Gentoo package scripts of Xmake
- Host: GitHub
- URL: https://github.com/xmake-io/xmake-package-gentoo
- Owner: xmake-io
- Created: 2021-05-14T07:38:46.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-26T13:50:06.000Z (almost 3 years ago)
- Last Synced: 2025-04-19T21:26:00.625Z (about 2 months ago)
- Language: Shell
- Size: 38.1 KB
- Stars: 7
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Description
An overlay provided by xmake-io to provide packages for xmake and xmake-related things.# Installation
You see that `xmake-io.conf` in the repo right? Ok, good. Now here's what you need to do.
Check out `/etc/portage/repos.conf`.
Now you have 2 options:
- If it is a file, append the contents of `xmake-io.conf` to it.
- If it is a directory, copy `xmake-io.conf` to it.After that, all you need to do is `sudo emerge --sync xmake-io-overlay`
# Software
Currently, here is what is included:
- [`dev-util/xmake`](https://github.com/xmake-io/xmake) - A cross-platform build utility based on Lua.