commit 5ce0de80abd0b10a5ef5de4ec80797900f63413b
parent 2242115e62e3bf0fb2df0285f6aaa386c0587e63
Author: Frederic Cambus <fred@statdns.com>
Date: Mon, 7 Aug 2017 19:43:45 +0200
Remove .rockspec file, as I have no intention to publish Motyl on Luarocks at the moment
Diffstat:
1 file changed, 0 insertions(+), 29 deletions(-)
diff --git a/motyl.rockspec b/motyl.rockspec
@@ -1,29 +0,0 @@
-package = "Motyl"
-version = ""
-
-source = {
- url = "git://github.com/fcambus/motyl",
- tag = ""
-}
-
-description = {
- summary = "Opinionated blog-aware static site generator written in Lua.",
- homepage = "https://github.com/fcambus/motyl",
- license = "BSD"
-}
-
-dependencies = {
- "lua ~> 5.1",
- "luafilesystem",
- "lunamark",
- "lustache",
- "lyaml"
-}
-
-build = {
- install = {
- bin = {
- motyl = "src/motyl.lua"
- }
- }
-}