Packaging for Go and Rust binaries, made available for Debian/Ubuntu, without the need to use snap packs. Especially designed to be compiled and packaged in CI.
Add a /etc/apt/sources.list.d/droposhado.list
with:
deb [trusted=yes] https://deb.droposhado.org/ /
Or original url provide by Gemfury:
deb [trusted=yes] https://apt.fury.io/droposhado/ /
- */setup_*.sh: normalizes the build process or ready package download ending with patterns executed by CI;
- .github/workflows/package.yml creates the
.deb
packages using fpm and uploads them to Gemfury.
If you want some other binary, you can create an issue detailing what you need and as soon as possible i will add or send a PR with support for the binary you want to be packaged.
see License