Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

dar5hak/vamp

Repository files navigation

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.

docker-compose build

After that, you can run the application:

docker-compose run vamp

And the tests:

docker-compose run tests