complexlogic / flex-launcher

A customizable HTPC application launcher for Windows and Linux
https://complexlogic.github.io/flex-launcher/
The Unlicense
208 stars 13 forks source link

Feature request: Gentoo ebuild #29

Open CarDGee opened 1 year ago

CarDGee commented 1 year ago

I am building a gentoo based htpc and this is just what I was looking for, simple and powerfull. Could you add a gentoo ebuild to it? Many thanks

complexlogic commented 1 year ago

I have no experience with Gentoo. Can you explain what ebuild is and what would be required to support it?

CarDGee commented 1 year ago

Thank you for the reply. A ebuild is to gentoo what a PKGBUILD is to arch (maybe a bit more complex).... perhaps if you can post flex-launcher PKGBUILD I might be able to (with my limited skills) to write a ebuild from it and post it here.

complexlogic commented 1 year ago

The PKGBUILD is available here. This is actually a configuration file for a PKGBUILD and CMake will fill in the appropriate variables at compile time (e.g. @VARIABLE@).

This should be able to get you started for how a build script for Flex Launcher needs to work.