Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.01 KB

README.md

File metadata and controls

33 lines (22 loc) · 1.01 KB

packages

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/ /

Files

  • */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.

Contributions

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.

License

see License