Add awesome-ez rockspec

This commit is contained in:
James Reed 2019-07-04 15:34:11 -06:00
parent c7b0034d41
commit 2bdf0567d4
No known key found for this signature in database
GPG Key ID: 8F79994F6B8378C1
2 changed files with 21 additions and 1 deletions

View File

@ -0,0 +1,20 @@
package = "awesome-ez"
version = "0.1.0-1"
source = {
url = "git://github.com/jcrd/awesome-ez",
tag = "v0.1.0",
}
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",
},
}

View File

@ -2,7 +2,7 @@
--
-- @author James Reed <jcrd@tuta.io> et al.
-- @copyright 2019 James Reed
-- @module ez
-- @module awesome-ez
local awful = require("awful")
local gtable = require("gears.table")