This repo holds stable packages for vin/ Vinyl Linux.
$ git clone git@github.com:vinyl-linux/vin-packages-stable /etc/vinyl/pkg
$ sudo vin packages reload
$ sudo vin install whateverNew packages/ versions can be added with:
$ provides=foo version=1.0.0 makeThis will create the directory foo/1.0.0, and will insert a basic manifest.toml which will then need to be edited.
This repo follows the convention:
app/1.0.0/manifest.toml
/2.0.0/manifest.toml
etc.
That is: each application lives in the top level, and under each application a directory for versions.