Add devel rockspec
This commit is contained in:
parent
c101075276
commit
cf5ebb5c84
|
@ -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",
|
||||||
|
},
|
||||||
|
}
|
Loading…
Reference in New Issue