X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/c62c4d7816ebf0d99b2edda9e0df252699549f8f:/lain.rockspec..1793f94b00c04639e97bad43b50bbc111a8f393d:/static/gitweb.js diff --git a/lain.rockspec b/lain.rockspec deleted file mode 100644 index 8c31764..0000000 --- a/lain.rockspec +++ /dev/null @@ -1,25 +0,0 @@ -package = "lain" -version = "git" -source = { - url = "https://github.com/copycat-killer/lain", - 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", - "awesome >= 3.5" -} -supported_platforms = { "linux" } -build = { - type = "builtin", - modules = { lain = "init.lua" }, -}