X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/fa9fb11a7c3eeb186a17c6d93c5da37eb6929d58..c62c4d7816ebf0d99b2edda9e0df252699549f8f:/lain.rockspec?ds=sidebyside diff --git a/lain.rockspec b/lain.rockspec index 9d5d5e2..8c31764 100644 --- a/lain.rockspec +++ b/lain.rockspec @@ -1,19 +1,22 @@ package = "lain" -version = "1.0.0" +version = "git" source = { url = "https://github.com/copycat-killer/lain", - tag = "v.1.0.0" + tag = "git" } description = { summary = "A layoutm widget and utilities library for the Awesome Window Manager", detailed = [[ Successor of awesome-vain, this module provides new layouts, a set of widgets and utility functions, in order to improve Awesome usability and configurability. + + Optional dependencies: alsa-utils, curl, imagemagick ]], homepage = "https://github.com/copycat-killer/lain", license = "GPL v2" } dependencies = { - "lua >= 5.1" + "lua >= 5.1", + "awesome >= 3.5" } supported_platforms = { "linux" } build = {