renaming rockspec file and adding optional dependencies as regular dependencies

This commit is contained in:
aajjbb 2016-10-22 19:08:48 -02:00
parent c62c4d7816
commit 1793f94b00

View file

@ -16,7 +16,10 @@ description = {
} }
dependencies = { dependencies = {
"lua >= 5.1", "lua >= 5.1",
"awesome >= 3.5" "awesome >= 3.5",
"alsa-utils",
"curl",
"imagemagick"
} }
supported_platforms = { "linux" } supported_platforms = { "linux" }
build = { build = {