{"id":40310769,"url":"https://github.com/missingcharacter/fpm-my-package","last_synced_at":"2026-01-20T06:34:22.776Z","repository":{"id":54524093,"uuid":"183929936","full_name":"missingcharacter/fpm-my-package","owner":"missingcharacter","description":"Yet another attempt at making RPMs/DEBs easy to create","archived":false,"fork":false,"pushed_at":"2026-01-15T23:29:54.000Z","size":60,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-16T03:03:30.802Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/missingcharacter.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-04-28T16:04:40.000Z","updated_at":"2025-06-28T20:07:30.000Z","dependencies_parsed_at":"2024-02-20T04:23:40.053Z","dependency_job_id":"0a68cbc6-775e-45da-9126-c47c1e0ff132","html_url":"https://github.com/missingcharacter/fpm-my-package","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/missingcharacter/fpm-my-package","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/missingcharacter%2Ffpm-my-package","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/missingcharacter%2Ffpm-my-package/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/missingcharacter%2Ffpm-my-package/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/missingcharacter%2Ffpm-my-package/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/missingcharacter","download_url":"https://codeload.github.com/missingcharacter/fpm-my-package/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/missingcharacter%2Ffpm-my-package/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28597647,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T02:08:49.799Z","status":"ssl_error","status_checked_at":"2026-01-20T02:08:44.148Z","response_time":117,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2026-01-20T06:34:21.162Z","updated_at":"2026-01-20T06:34:22.761Z","avatar_url":"https://github.com/missingcharacter.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Build RPMs/DEBs using Effing Package Manager\n\nNote: Quick and dirty script\n\n## Dependencies\n\n- git\n- curl\n- docker\n- [gum](https://github.com/charmbracelet/gum)\n- [keyring](https://github.com/jaraco/keyring)\n- [parallel](https://www.gnu.org/software/parallel/)\n  - MacOS: `parallel` can be installed via `brew`\n- [yq](https://github.com/mikefarah/yq)\n- [jq](https://stedolan.github.io/jq/)\n\n## Run it like this\n\n```shell\n./scripts/main.sh\n```\n\n## How your `packages.yaml` should look like\n\n```yaml\npackages:\n  - name: \u003cName of the package\u003e\n    version: \u003cVersion of the package to download\u003e\n    release: \u003cRelease or iteration of this package\u003e\n    noarch: \u003cOptional boolean, when `true` tells fpm to use `-a all`\u003e\n    source: \u003cURL with the binary in zip, tar, tar.gz or gzip format\u003e\n    vendor: \u003cName of the vendor/creator of this package\u003e\n    maintainer: \u003cEmail address of the team maintaining this package\u003e\n    license: \u003cLicense of the package. E.g. MIT, GPL\u003e\n    description: \u003cone line description of the package and what it does\u003e\n    deb_dependencies: \u003cOptional, list of strings with debian dependencies\u003e\n    rpm_dependencies: \u003cOptional, list of strings with rpm dependencies\u003e\n    deb_flags: \u003cOptional, list of deb specific fpm flags\u003e\n    rpm_flags: \u003cOptional, list of rpm specific fpm flags\u003e\n    files_flags: \u003cList of file searching fpm flags\u003e\n    no_fpm: |\n      \u003cOptional boolean, when `true` custom script builds rpm/deb and moves\n      them\u003e\n```\n\n## Where will packages appear?\n\n### RPMs\n\n```shell\n./tmp-files/RPM\n```\n\n### DEBs\n\n```shell\n./tmp-files/DEB\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmissingcharacter%2Ffpm-my-package","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmissingcharacter%2Ffpm-my-package","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmissingcharacter%2Ffpm-my-package/lists"}