package = "slingshot" version = "8.0.0-1" description = { detailed = "A framework for automatic rockspecs creation and simplified release thereof.", homepage = "http://github.com/gvvaughan/slingshot", license = "MIT/X11, GPLv3+", summary = "Slingshot releases rocks!", } source = { dir = "slingshot-release-v8.0.0", url = "http://github.com/gvvaughan/slingshot/archive/release-v8.0.0.zip", } dependencies = { "lua >= 5.1, < 5.4", "lyaml", } external_dependencies = nil build = { build_command = "./configure LUA='$(LUA)' LUA_INCLUDE='-I$(LUA_INCDIR)' --prefix='$(PREFIX)' --libdir='$(LIBDIR)' --datadir='$(LUADIR)' --datarootdir='$(PREFIX)' && make clean all", copy_directories = {}, install_command = "make install luadir='$(LUADIR)' luaexecdir='$(LIBDIR)'", type = "command", }