Skip to content

Commit b119815

Browse files
committed
rockspec: Add version v0.1.0
1 parent b7f92ea commit b119815

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)