jacobdufault / cquery

C/C++ language server supporting multi-million line code base, powered by libclang. Emacs, Vim, VSCode, and others with language server protocol support. Cross references, completion, diagnostics, semantic highlighting and more
MIT License
2.34k stars 163 forks source link

No source tarball #705

Open hasufell opened 6 years ago

hasufell commented 6 years ago

Similar to https://github.com/cquery-project/cquery/issues/433, the submodules are obviously missing

A proper source tarball including submodules can be created when doing Releases, see https://help.github.com/articles/creating-releases This can be done with git-archive, an example workflow is here: https://github.com/nicklan/pnmixer/blob/master/MAINTAINING.md#releasing

Cloning from git is not an option for proper packaging, especially for source distros (such as gentoo or exherbo).

concavegit commented 6 years ago

Agreed, a non-live ebuild of cquery for gentoo would be great.

q3cpma commented 6 years ago

Seconded. I want to write an ebuild as soon as possible, irony isn't working very well for me.