blob: 11744e801c68662347801204f61898940d8116fa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
bldit_version = "0.0.0"
package_version = "0.0.0"
global_dependencies = {}
targets = {
default = {
dependencies = {}
compile = function() os.execute("make") end
pre_install = function() end
install = function() os.execute("make install") end
post_install = function() end
}
}
|