{"id":17447425,"url":"https://github.com/ralt/dh-quicklisp-buildapp","last_synced_at":"2025-10-23T21:56:24.619Z","repository":{"id":143027741,"uuid":"47068888","full_name":"ralt/dh-quicklisp-buildapp","owner":"ralt","description":"dh for quicklisp-based applications generating binaries","archived":false,"fork":false,"pushed_at":"2015-12-05T21:51:24.000Z","size":22,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-22T14:08:25.600Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Perl","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/ralt.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-11-29T15:31:37.000Z","updated_at":"2020-03-03T18:00:25.000Z","dependencies_parsed_at":"2023-03-16T04:55:40.870Z","dependency_job_id":null,"html_url":"https://github.com/ralt/dh-quicklisp-buildapp","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ralt%2Fdh-quicklisp-buildapp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ralt%2Fdh-quicklisp-buildapp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ralt%2Fdh-quicklisp-buildapp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ralt%2Fdh-quicklisp-buildapp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ralt","download_url":"https://codeload.github.com/ralt/dh-quicklisp-buildapp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250255710,"owners_count":21400410,"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-10-17T19:39:01.908Z","updated_at":"2025-10-23T21:56:24.528Z","avatar_url":"https://github.com/ralt.png","language":"Perl","readme":"# dh-quicklisp-buildapp\n\nThis dh utility lets you compile your quicklisp-based Common Lisp code\ninto a buildapp binary in a .deb with almost no effort.\n\nFor the \"almost no effort\" part to work, `dh-quicklisp-buildapp` is\nquite opinionated.\n\n## Installation\n\n```\n$ wget https://github.com/ralt/dh-quicklisp-buildapp/releases/download/0.2/dh-quicklisp-buildapp_0.2_all.deb # Validate it with the .dsc\n$ sudo dpkg -i dh-quicklisp-buildapp_0.2_all.deb\n$ sudo apt-get -f install # Install missing dependencies if necessary\n```\n\n## Instructions\n\nSetup your `debian/` folder with at minimum:\n\n- A `control` file\n- A `changelog` file\n- A `compat` file\n- A `rules` file\n\nThe `control` file should have your source and package information.\nThe `changelog` should have the changelog of your application. See\n`dch` for more information.\nThe `compat` file should have just the `9` number in it.\n\nThe `rules` file just needs this:\n\n```\n#!/usr/bin/make -f\n\n%:\n        dh $@ --with=quicklisp_buildapp\n```\n\n(Note that a tab character is needed.)\n\nWhen you run `dpkg-buildpackage` in your source's root folder, for\neach package defined in the `control` file, it will get the system\nnamed `$package`, and use the `main` function of it as the entrypoint.\n\nIt will fetch the latest quicklisp and then use `buildapp` to generate\nthe binary that will be put in the .deb file.\n\n### buildapp\n\nIf a `buildapp` or `package.buildapp` file exists, it will be parsed\nin the following way:\n\n- Each line defines a binary\n- Each line is 3 items separated by space: the binary name, the\n  system's name, and the entrypoint name.\n\nThis lets you put multiple binaries in the same package.\n\nAll the .asd must be in the root folder.\n\n## Roadmap\n\nEventually, `dh-quicklisp-buildapp` will support customizations such as:\n\n- Specify the dist-url of quicklisp\n- For each package, specify where the system's asd is\n- For each package, specify the entrypoint\n- For each package, specify the system's name\n\nPatches welcome!\n\n## License\n\nMIT license.\n\n## About me\n\nMy keybase: https://keybase.io/fmargaine\n","funding_links":[],"categories":["Interfaces to other package managers"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fralt%2Fdh-quicklisp-buildapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fralt%2Fdh-quicklisp-buildapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fralt%2Fdh-quicklisp-buildapp/lists"}