{"id":20106726,"url":"https://github.com/ravbug/appimage.cmake","last_synced_at":"2025-03-02T17:48:35.302Z","repository":{"id":50624758,"uuid":"389202084","full_name":"Ravbug/AppImage.cmake","owner":"Ravbug","description":"Generate AppImages automatically from your CMake build process","archived":false,"fork":false,"pushed_at":"2021-07-25T23:39:45.000Z","size":4,"stargazers_count":19,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-13T05:10:31.419Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CMake","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Ravbug.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":"2021-07-24T21:09:11.000Z","updated_at":"2024-12-28T23:57:35.000Z","dependencies_parsed_at":"2022-09-05T23:50:37.475Z","dependency_job_id":null,"html_url":"https://github.com/Ravbug/AppImage.cmake","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/Ravbug%2FAppImage.cmake","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ravbug%2FAppImage.cmake/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ravbug%2FAppImage.cmake/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ravbug%2FAppImage.cmake/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ravbug","download_url":"https://codeload.github.com/Ravbug/AppImage.cmake/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241549088,"owners_count":19980475,"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":[],"created_at":"2024-11-13T17:54:36.635Z","updated_at":"2025-03-02T17:48:35.281Z","avatar_url":"https://github.com/Ravbug.png","language":"CMake","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AppImage.cmake\n\nThis repository contains a CMake script which facilitates generating [AppImage](https://appimage.org/) executables for Linux. \nIt handles downloading AppImageTool,  setting up the AppDir, and invoking AppImageTool to generate the AppImage.\n\n## Usage:\nInvoke as an install action:\n```cmake\nINSTALL(CODE \n  \"include(../appimage.cmake)\n  make_appimage(\n        EXE \\\"path/to/your/built/executable\\\"\n        NAME \\\"YourAppName\\\"\n        ICON \\\"path/to/your/icon.svg\\\"\n        DIR_ICON \\\"path/to/your/diricon.png\\\"\n        OUTPUT_NAME \\\"where/to/write/App.AppImage\\\"\n        ASSETS \\\"A list;of all extra files;to copy to the folder\\\"\n    )\n\t\" \n\tCOMPONENT Runtime\n)\n```\nFor an example, see how it is used in [the RavEngine sample projects](https://github.com/ravbug/ravengine-samples).\n\n## Reporting Bugs and Feature Requests\nPlease report all issues to the Issues section of this repository.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fravbug%2Fappimage.cmake","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fravbug%2Fappimage.cmake","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fravbug%2Fappimage.cmake/lists"}