{"id":22296138,"url":"https://github.com/kakwa/amkecpak","last_synced_at":"2025-07-29T01:32:24.936Z","repository":{"id":49759377,"uuid":"46297318","full_name":"kakwa/amkecpak","owner":"kakwa","description":"Amkecpak, a makefile based packaging framework.","archived":true,"fork":false,"pushed_at":"2025-03-17T12:22:24.000Z","size":916,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-17T13:34:57.885Z","etag":null,"topics":["deb","debian","makefile","package","packaging","redhat","rpm","shell"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/kakwa.png","metadata":{"files":{"readme":"README.rst","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-11-16T19:33:23.000Z","updated_at":"2025-03-17T12:22:41.000Z","dependencies_parsed_at":"2024-12-01T22:23:49.169Z","dependency_job_id":"4f313e6e-bf3c-40f2-b1b7-e4d30980df2c","html_url":"https://github.com/kakwa/amkecpak","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kakwa/amkecpak","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kakwa%2Famkecpak","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kakwa%2Famkecpak/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kakwa%2Famkecpak/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kakwa%2Famkecpak/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kakwa","download_url":"https://codeload.github.com/kakwa/amkecpak/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kakwa%2Famkecpak/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267616577,"owners_count":24116154,"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","status":"online","status_checked_at":"2025-07-28T02:00:09.689Z","response_time":68,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["deb","debian","makefile","package","packaging","redhat","rpm","shell"],"created_at":"2024-12-03T17:44:20.447Z","updated_at":"2025-07-29T01:32:24.925Z","avatar_url":"https://github.com/kakwa.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"DISCLAIMER\n----------\n\n**This project is deprecated** and has been replaced by:\n\n* `Pakste for the packaging framework \u003chttps://github.com/kakwa/pakste\u003e`_\n* `kakwalab-pkg for the collection of packages \u003chttps://github.com/kakwa/kakwalab-pkg\u003e`_\n\nInfo\n----\n\nAmkecpak, a makefile based packaging framework.\n\n.. image:: https://travis-ci.org/kakwa/amkecpak.svg?branch=master\n   :target: https://travis-ci.org/kakwa/amkecpak\n    \n.. image:: https://readthedocs.org/projects/amkecpak/badge/?version=latest\n    :target: http://amkecpak.readthedocs.org/en/latest/?badge=latest\n    :alt: Documentation Status\n\n----\n\n:Doc:    `Documentation on ReadTheDoc \u003chttp://amkecpak.readthedocs.org/en/latest/\u003e`_\n:Dev:    `GitHub \u003chttps://github.com/kakwa/amkecpak\u003e`_\n:Author:  Pierre-Francois Carpentier - copyright © 2017\n\n----\n\n\nPackaging documentation in a nutshell\n-------------------------------------\n\n.. sourcecode:: bash\n    \n    # Install the packaing tools\n    $ apt-get install make debhelper reprepro cowbuilder wget\n    # or\n    $ yum install make rpm-sign expect rpm-build createrepo mock wget\n\n    # Init a package foo\n    $ ./common/init_pkg.sh -n foo\n\n    $ cd foo/\n\n    # Implementing the package\n    $ vim Makefile\n    $ make manifest\n    $ vim debian/rules ; vim debian/control\n    $ vim rpm/component.spec\n\n    # Help for the various targets\n    $ make help\n\n    # Building the packages\n    $ make deb\n    $ make rpm\n    \n    # Same in chroots, targeting specific distribution versions\n    $ make deb_chroot DIST=jessie\n    $ make rpm_chroot DIST=el7\n\n    $ cd ../\n\n    # gpg key generation (one time thing)\n    $ gpg --gen-key\n    \n    # editing the global configuration\n    $ vim common/buildenv/Makefile.config\n\n    # Building the repositories\n    # Use ERROR=skip to ignore package build failures and continue building the repo\n    $ make deb_repo -j 4 DIST=jessie # ERROR=skip\n    $ make rpm_repo -j 1 DIST=el7    # ERROR=skip\n\nIf you need more information, read the `detailed documentation \u003chttp://amkecpak.readthedocs.org/en/latest/\u003e`_.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkakwa%2Famkecpak","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkakwa%2Famkecpak","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkakwa%2Famkecpak/lists"}