Commit 4ec46840 by nosa

fix a bug when initialize value

parent 03b59ce6
package = "qrencode"
version = "0.0.1-1"
source = {
url = "qr.tar.gz",
file = "qr.tar.gz"
}
description = {
summary = "qrencode is a wrapper of libqrencode with libpng for lua",
detailed = [[
qrencode is a wrapper of libqrencode with libpng for lua.
]],
license = "MIT/X11",
homepage = "http://fukuchi.org/works/qrencode/"
}
dependencies = {
"lua >= 5.1"
}
build = {
type = "builtin",
modules = {
qrencode = {
sources = { "qrencode.c" },
libraries = { "png", "qrencode" },
}
},
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment