Add devel rockspec

This commit is contained in:
James Reed 2019-08-22 13:37:06 -06:00
parent c101075276
commit cf5ebb5c84
No known key found for this signature in database
GPG Key ID: 8F79994F6B8378C1
2 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,22 @@
package = "awesome-launch"
version = "devel-1"
source = {
url = "git://github.com/jcrd/awesome-launch",
tag = "master",
}
description = {
summary = "AwesomeWM library for launching clients with single instance IDs",
homepage = "https://github.com/jcrd/awesome-launch",
license = "GPL-3.0",
}
dependencies = {
"lua >= 5.1",
"uuid",
}
build = {
type = "builtin",
modules = {
["awesome-launch"] = "init.lua",
["awesome-launch.panel"] = "panel.lua",
},
}