10 lines
161 B
TOML
10 lines
161 B
TOML
[custom.all.testy]
|
|
type = "local"
|
|
path = "."
|
|
ipkg = "testy.ipkg"
|
|
test = "test/test.ipkg"
|
|
|
|
[custom.all.testy-test]
|
|
type = "local"
|
|
path = "test"
|
|
ipkg = "test.ipkg" |