|
|
|
@ -1,14 +1,18 @@
|
|
|
|
|
mode = "repository"
|
|
|
|
|
name = "test"
|
|
|
|
|
|
|
|
|
|
repo = ["1::ame",
|
|
|
|
|
repo = [
|
|
|
|
|
"1::ame",
|
|
|
|
|
"1::jade",
|
|
|
|
|
"2::notop-git",
|
|
|
|
|
"3::slippy-rb"]
|
|
|
|
|
"3::slippy-rb"
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
urls = ["https://git.tar.black/crystal/%repo%",
|
|
|
|
|
urls = [
|
|
|
|
|
"https://git.tar.black/crystal/%repo%",
|
|
|
|
|
"https://aur.archlinux.org/%repo%",
|
|
|
|
|
"https://github.com/jnats/%repo%"]
|
|
|
|
|
"https://github.com/jnats/%repo%"
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
# in this example, mlc will create a repository called "test", with 4 packages
|
|
|
|
|
# these packages will be expanded based on the index number they have (index_number::package)
|
|
|
|
|