Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dar5hak/vamp
A package manager for Vala (WIP)
https://github.com/dar5hak/vamp
dependency-manager hacktoberfest package-manager vala
Last synced: 6 days ago
JSON representation
A package manager for Vala (WIP)
- Host: GitHub
- URL: https://github.com/dar5hak/vamp
- Owner: dar5hak
- License: other
- Created: 2021-09-26T07:11:47.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-13T13:04:27.000Z (over 2 years ago)
- Last Synced: 2024-05-02T03:08:39.749Z (6 months ago)
- Topics: dependency-manager, hacktoberfest, package-manager, vala
- Language: Dockerfile
- Homepage:
- Size: 78.1 KB
- Stars: 12
- Watchers: 4
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
vamp
A package manager for Vala (WIP)
---
## Planned features
- Fetch and install Vala dependencies from Git URLs
- Integrate with Meson and Flatpak## Building and running with Docker
You will have to build the containers for each modification. The first time you
launch this command will take a little, so go and grab some coffee.```bash
docker-compose build
```After that, you can run the application:
```bash
docker-compose run vamp
```And the tests:
```bash
docker-compose run tests
```