Add devel rockspec

This commit is contained in:
James Reed 2019-09-02 18:15:10 -06:00
parent 10a3a63ee6
commit 0290a18b69
No known key found for this signature in database
GPG Key ID: 8F79994F6B8378C1
2 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,20 @@
package = "awesome-ez"
version = "devel-1"
source = {
url = "git://github.com/jcrd/awesome-ez",
tag = "master",
}
description = {
summary = "AwesomeWM library for simplifying key and button bindings",
homepage = "https://github.com/jcrd/awesome-ez",
license = "GPL-3.0",
}
dependencies = {
"lua >= 5.1",
}
build = {
type = "builtin",
modules = {
["awesome-ez"] = "init.lua",
},
}