summaryrefslogtreecommitdiffstats
path: root/awesome/.config/awesome/awesomerc-1-1.rockspec
blob: 019d9a30fb52dae60fbd18eff313ef6692fe05d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
package = "AwesomeRC"
version = "1-1"

description = {
   license = "GPL-3"
}

source = {
   url = "file://rc.lua"
}

dependencies = {
   "luafilesystem",
   "luaposix"
}

build = {
   type = "builtin",
   modules = {
      rc = "rc.lua"
   }
}