LoopPerfect / buckaroo

The decentralized package manager for C++ and friends 🏝️
https://buckaroo.pm
MIT License
935 stars 33 forks source link

Archive formats other than zip? #128

Closed isundaylee closed 7 years ago

isundaylee commented 7 years ago

Some libraries (e.g. minilzo http://www.oberhumer.com/opensource/lzo/) only provide official .tar.gz archives. Currently, according to the documentation, it sounds like the recipe system only supports .zip archives.

  1. Is that true?
  2. If so, any recommendation of workarounds? I guess one would be to self-host the files on GitHub, but that sounds a bit sketchy...

Description

Expected Behavior

Actual Behavior

Possible Fix

Steps to Reproduce

Context

Your Environment

njlr commented 7 years ago
  1. Yes, only .zip and Git are currently supported
  2. Self-host on GitHub would be one work-around

Does that library provide a Git repo? That would probably be the best solution for Buckaroo as it works now.

isundaylee commented 7 years ago

No it doesn't.. It's a pretty old library. I guess the self-host solution is a decent work-around. So I'm closing this for now :)