18 lines
360 B
Plaintext
18 lines
360 B
Plaintext
|
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 = {},
|
||
|
}
|
||
|
test = {
|
||
|
type = "busted",
|
||
|
}
|