2024-10-22 12:07:18 +02:00
|
|
|
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",
|
2024-10-23 20:09:48 +02:00
|
|
|
modules = {
|
|
|
|
["awesomerc.init"] = "src/awesomerc/init.lua",
|
|
|
|
},
|
2024-10-22 12:07:18 +02:00
|
|
|
}
|
|
|
|
test = {
|
|
|
|
type = "busted",
|
|
|
|
}
|