fpm-recipes icon indicating copy to clipboard operation
fpm-recipes copied to clipboard

My collection of fpm-cookery recipes.

Results 6 fpm-recipes issues
Sort by recently updated
recently updated
newest added

Bumps arr-pm from 0.0.10 to 0.0.12. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=arr-pm&package-manager=bundler&previous-version=0.0.10&new-version=0.0.12)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

this makes the dynamic version basically useless, md5/sha1 should be downloadable just like the source itself

Hi, Before submitting a PR I would like to know if you're interested in having automatic builds using `Github Actions` and hosting the generated packages on `Github Pages`. I've done...

While browsing the forks of this repo, I found a [recipe for building a deb of the maxmind geoip database](https://github.com/sepulworld/fpm-recipes/commit/ef9870f4fbc72924fc75d76e434030aa9a6a16fc). Would you accept a PR that added this receipt to...

Was testing the haproxy package for OSX, and was having difficulty with the `gzip`: ``` /opt/boxen/rbenv/versions/2.0.0-p451/lib/ruby/gems/2.0.0/gems/fpm-cookery-0.25.0/lib/fpm/cookery/utils.rb:12:in `safesystem': 'system(["/bin/gzip", #])' failed with error code: 127 (RuntimeError) from /Users/peterso/Projects/capd-fpm-cookery/haproxy/recipe.rb:51:in `install' ``` Darwin...

I've been working on recipies for some of the same things you've got in your repo, so if I can, I'd rather just use the ones you've got, but I...