]> git.madduck.net Git - etc/awesome.git/blob - lain-scm-1.rockspec

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Merge pull request #435 from razamatan/master
[etc/awesome.git] / lain-scm-1.rockspec
1 package = "lain"
2 version = "scm-1"
3 source = {
4    url = "https://github.com/lcpz/lain",
5    tag = "scm-1`"
6 }
7 description = {
8    summary = "Layout, widgets and utilities for Awesome WM",
9    detailed = [[
10         Successor of awesome-vain, this module provides alternative layouts, asynchronous widgets and utility functions for Awesome WM.
11
12         Dependencies: curl (for IMAP, MPD and weather widgets); Glib >= 2.54 (for filesystems widget).
13     ]],
14    homepage = "https://github.com/lcpz/lain",
15    license = "GPL-2.0"
16 }
17 dependencies = {
18    "lua >= 5.1",
19    "awesome >= 4.0",
20    "Glib >= 2.54",
21    "curl"
22 }
23 supported_platforms = { "linux" }
24 build = {
25    type = "builtin",
26    modules = { lain = "init.lua" }
27 }