{"id":13316197,"url":"https://github.com/squeek502/heroku-buildpack-luvit","last_synced_at":"2025-04-13T09:25:40.613Z","repository":{"id":28478570,"uuid":"31994623","full_name":"squeek502/heroku-buildpack-luvit","owner":"squeek502","description":"Heroku buildpack for Luvit 2.0","archived":false,"fork":false,"pushed_at":"2019-04-03T02:01:08.000Z","size":13,"stargazers_count":12,"open_issues_count":0,"forks_count":6,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-27T01:03:19.836Z","etag":null,"topics":["heroku-buildpack","lit","lua","luvit"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/squeek502.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-03-11T02:46:30.000Z","updated_at":"2023-09-08T16:55:26.000Z","dependencies_parsed_at":"2022-09-03T10:41:38.008Z","dependency_job_id":null,"html_url":"https://github.com/squeek502/heroku-buildpack-luvit","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/squeek502%2Fheroku-buildpack-luvit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/squeek502%2Fheroku-buildpack-luvit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/squeek502%2Fheroku-buildpack-luvit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/squeek502%2Fheroku-buildpack-luvit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/squeek502","download_url":"https://codeload.github.com/squeek502/heroku-buildpack-luvit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248690065,"owners_count":21146052,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["heroku-buildpack","lit","lua","luvit"],"created_at":"2024-07-29T18:20:37.485Z","updated_at":"2025-04-13T09:25:40.581Z","avatar_url":"https://github.com/squeek502.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"Heroku Buildpack for Luvit 2.0\r\n==============================\r\n\r\nA Heroku buildpack for [Luvit 2.0](https://luvit.io) and/or [Lit](https://github.com/luvit/lit/#execution-and-packaging) apps.\r\n\r\n## Usage\r\n\r\nTo create a new Heroku app using this buildpack:\r\n\r\n```bash\r\nheroku create --buildpack https://github.com/squeek502/heroku-buildpack-luvit.git\r\n```\r\n\r\nThe buildpack will detect that your app has a `package.lua` in the root.\r\n\r\n### Luvit Apps\r\n\r\nBy default, Luvit will be compiled and added to `PATH`.\r\n\r\nAn [example Luvit app can be found in `examples/luvit_app`](examples/luvit_app) and a running instance of this example can be found at [luvit-buildpack-luvit-app.herokuapp.com](https://luvit-buildpack-luvit-app.herokuapp.com/)\r\n\r\nTruncated example output from a `git push`:\r\n```bash\r\n-----\u003e Fetching custom git buildpack... done\r\n-----\u003e luvit app detected\r\n-----\u003e Found package.lua\r\n-----\u003e Fetching lit and building luvit\r\n       ...\r\n       done building: lit\r\n       done: success\r\n       ...\r\n       done building: luvit\r\n       done: success\r\n\r\n       Luvit built to .luvit/bin/luvit\r\n\r\n-----\u003e Installing deps\r\n       ...\r\n       done: success\r\n\r\n-----\u003e Skipping lit make step (main.lua not found or SKIP_MAKE config var set)\r\n-----\u003e Creating runtime environment\r\n-----\u003e Discovering process types\r\n       Procfile declares types -\u003e web\r\n\r\n-----\u003e Compressing... done, 15.0MB\r\n-----\u003e Launching... done, v3\r\n       https://luvit-buildpack-luvit-app.herokuapp.com/ deployed to Heroku\r\n```\r\n\r\nNote: If your app contains a main.lua and you don't want to run `lit make`, set the config var `SKIP_MAKE` (see [Options](#options))\r\n\r\n### Lit Apps\r\n\r\nIf a main.lua file is found in the root, then `lit make` will be executed automatically.\r\n\r\nAn [example Lit app can be found in `examples/lit_app`](examples/lit_app) and a running instance of this example can be found at [luvit-buildpack-lit-app.herokuapp.com](https://luvit-buildpack-lit-app.herokuapp.com/)\r\n\r\nTruncated output from a `git push`:\r\n```bash\r\n-----\u003e Fetching custom git buildpack... done\r\n-----\u003e luvit app detected\r\n-----\u003e Found package.lua\r\n-----\u003e Fetching lit and building luvit\r\n       ...\r\n       done building: lit\r\n       done: success\r\n       ...\r\n       done building: luvit\r\n       done: success\r\n\r\n       Luvit built to .luvit/bin/luvit\r\n\r\n-----\u003e Installing deps\r\n       ...\r\n       done: success\r\n\r\n-----\u003e Running lit make (main.lua found and SKIP_MAKE config var not set)\r\n       ...\r\n       done building: lit-example\r\n       done: success\r\n\r\n-----\u003e Creating runtime environment\r\n-----\u003e Discovering process types\r\n       Procfile declares types -\u003e web\r\n\r\n-----\u003e Compressing... done, 15.0MB\r\n-----\u003e Launching... done, v3\r\n       https://luvit-buildpack-lit-app.herokuapp.com/ deployed to Heroku\r\n```\r\n\r\n## Options\r\n\r\nTo stop `lit make` from being executed:\r\n```\r\nheroku config:set SKIP_MAKE=\r\n```\r\n\r\nTo specify the `luvi` version to use:\r\n```\r\nheroku config:set LUVI_VERSION=2.7.6\r\n```\r\n\r\nTo specify the `lit` version to use:\r\n```\r\nheroku config:set LIT_VERSION=3.5.4\r\n```\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsqueek502%2Fheroku-buildpack-luvit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsqueek502%2Fheroku-buildpack-luvit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsqueek502%2Fheroku-buildpack-luvit/lists"}