This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- Parseimg, v0.1 | |
-- | |
-- A library for turning love2d ImageData into high-level datastructures. | |
-- | |
-- MIT License | |
-- | |
-- Copyright (c) 2017 Kyle McLamb <[email protected]> | |
-- | |
-- Permission is hereby granted, free of charge, to any person obtaining a copy | |
-- of this software and associated documentation files (the "Software"), to deal |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# TODO: write a program called `rock2bin` that does this all in | |
# one call (`rock2bin luacheck -l 5.3 -t windows`). | |
mkdir build | |
curl https://www.lua.org/ftp/lua-5.3.4.tar.gz | tar xz | |
luarocks unpack luafilesystem 1.6.3-2 | |
luarocks unpack lanes 3.10.1-1 |