Skip to content

Commit

Permalink
New minor version.
Browse files Browse the repository at this point in the history
  • Loading branch information
nathankot committed Feb 2, 2015
1 parent c781a4c commit 3290dc6
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions mjolnir.tiling-0.3.0-1.rockspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
package = "mjolnir.tiling"
version = "0.3.0-1"
source = {
url = "git://github.com/nathankot/mjolnir.tiling",
tag = "v0.3.0",
dir = "mjolnir.tiling"
}
description = {
summary = "Tiling window management for mjolnir",
detailed = [[
Tiling window management for mjolnir. Inspired by tmux's window management
and built-in layouts. Supports multiple spaces and displays.
]],
homepage = "https://github.com/nathankot/mjolnir.tiling",
license = "MIT"
}
supported_platforms = {
"macosx"
}
dependencies = {
"lua >= 5.2", "mjolnir.alert", "mjolnir.application"
}
build = {
type = "builtin",
modules = {
['mjolnir.tiling'] = "tiling.lua",
['mjolnir.tiling.layouts'] = "layouts.lua"
}
}

0 comments on commit 3290dc6

Please sign in to comment.