package = 'lua-wasm32'
version = '5.4.7-1'
source = {
	url = 'git+https://codeberg.org/leso-kn/lua-wasm32.git',
	tag = 'v5.4.7'
}
description = {
	summary = 'liblua.a for WebAssembly',
	homepage = 'https://codeberg.org/leso-kn/lua-wasm32',
	license = 'MIT'
}
build = {
	type = 'make',
	variables = {
		CC = 'clang --target=wasm32-wasi-threads',
		CONFDIR = '$(CONFDIR)'
	}
}
