20 lines
446 B
Plaintext
20 lines
446 B
Plaintext
|
rockspec_format = "3.0"
|
||
|
package = "consumer"
|
||
|
version = "0.1-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 ***"
|
||
|
}
|
||
|
dependencies = {
|
||
|
"calculon", -- `./luarocks install ../calculon-0.1-1.rockspec`
|
||
|
}
|
||
|
build = {
|
||
|
type = "builtin",
|
||
|
modules = {
|
||
|
consumer = "consumer.lua"
|
||
|
}
|
||
|
}
|