Last active
December 12, 2015 01:28
-
-
Save jaakkos/4691527 to your computer and use it in GitHub Desktop.
This file contains 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
package = "Ledge" | |
version = "1.0" | |
source = { | |
url = "git://github.com/pintsized/ledge.git" | |
} | |
description = { | |
summary = "Network support for the Lua language", | |
} | |
build = { | |
type = "command", | |
install_command = "make install --prefix=$(PREFIX)" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment