https://github.com/coldnew/eselect-vala
Eselect module to maintain vala compiler symlink
https://github.com/coldnew/eselect-vala
eselect gentoo vala
Last synced: 3 months ago
JSON representation
Eselect module to maintain vala compiler symlink
- Host: GitHub
- URL: https://github.com/coldnew/eselect-vala
- Owner: coldnew
- License: gpl-2.0
- Created: 2022-01-14T08:04:11.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-14T08:45:00.000Z (over 4 years ago)
- Last Synced: 2025-12-07T09:51:37.027Z (6 months ago)
- Topics: eselect, gentoo, vala
- Language: M4
- Homepage:
- Size: 13.7 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
eselect-vala
============
An eselect module to easily manage what version of valac to use by default if
there are several ones installed in your Gentoo system.
Usage
-----
Use `eselect vala` as regular eselect module, Ex:
$ eselect vala list
Available valac versions:
[1] valac-0.10
[2] valac-0.12 *
$ sudo eselect vala set 1
That will choose 0.10 branch instead of previously active 0.12.
Of course, you can still access any version of `valac` you want by manually
specifying it's version in a command line, Ex:
$ eselect vala show
Current valac version:
/usr/bin/valac-0.10
$ valac-0.12 helloworld.vala
Authors
-------
Gavrilov Maksim
Copying
-------
This software is distributed under the terms of the GNU General Public License v2.