init
This commit is contained in:
commit
996bcd0fa1
6 changed files with 329 additions and 0 deletions
20
README.md
Normal file
20
README.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
# flendor
|
||||
|
||||
Super simple flake input vendoring.
|
||||
|
||||
Example `flendor.json`:
|
||||
|
||||
```json
|
||||
{
|
||||
"vendor": "vendor",
|
||||
"flakes": {
|
||||
"musicomp": "git+https://forgejo.helveticanonstandard.net/helvetica/musicomp.git",
|
||||
"hxwrap": "git+https://forgejo.helveticanonstandard.net/helvetica/hxwrap.git",
|
||||
"myphps": "git+https://forgejo.helveticanonstandard.net/helvetica/myphps.git",
|
||||
"forgesync": "git+https://forgejo.helveticanonstandard.net/helvetica/forgesync.git",
|
||||
"nini": "git+https://forgejo.helveticanonstandard.net/helvetica/nini.git",
|
||||
"xenumenu": "git+https://forgejo.helveticanonstandard.net/helvetica/xenumenu.git",
|
||||
"mympv": "git+https://forgejo.helveticanonstandard.net/helvetica/mympv.git"
|
||||
}
|
||||
}
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue