obsproject / obs-plugintemplate

GNU General Public License v2.0
307 stars 141 forks source link

Add documentation for LINUX_PORTABLE variable #60

Closed viscountexx closed 1 year ago

viscountexx commented 1 year ago

Description

Adds a single line of documentation to README.md regarding the LINUX_PORTABLE build variable.

Motivation and Context

Package maintainers will find it useful to know how to get cmake to emit files in the correct structure for system-level packaging. I couldn't find documentation elsewhere, and it seems prudent to provide this for the example repo rather than open a PR for every OBS plugin using this template. I ran into this as an issue packaging Tuna for NixOS, but it's likely relevant for other packages as well.

How Has This Been Tested?

Documentation change, should not require testing.

Types of changes

Checklist: