Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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
```