We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7f92ea commit b119815Copy full SHA for b119815
1 file changed
rockspec/awesome-dovetail-0.1.0-1.rockspec
@@ -0,0 +1,20 @@
1
+package = "awesome-dovetail"
2
+version = "0.1.0-1"
3
+source = {
4
+ url = "git://github.com/jcrd/awesome-dovetail",
5
+ tag = "v0.1.0",
6
+}
7
+description = {
8
+ summary = "AwesomeWM layout featuring two visible tiled clients",
9
+ homepage = "https://github.com/jcrd/awesome-dovetail",
10
+ license = "MIT",
11
12
+dependencies = {
13
+ "lua >= 5.1",
14
15
+build = {
16
+ type = "builtin",
17
+ modules = {
18
+ ["awesome-dovetail"] = "init.lua",
19
+ },
20
0 commit comments