20 lines
417 B
Lua
20 lines
417 B
Lua
rockspec_format = "3.0"
|
|
package = "awesomerc"
|
|
version = "dev-1"
|
|
source = {
|
|
url = "*** please add URL for source tarball, zip or repository here ***",
|
|
}
|
|
description = {
|
|
homepage = "*** please enter a project homepage ***",
|
|
license = "*** please specify a license ***",
|
|
}
|
|
build = {
|
|
type = "builtin",
|
|
modules = {
|
|
["awesomerc.init"] = "src/awesomerc/init.lua",
|
|
},
|
|
}
|
|
test = {
|
|
type = "busted",
|
|
}
|