formatting changes

main
michal 2 years ago
parent aa7b3f6f78
commit 5f5b567424

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

Loading…
Cancel
Save