flipperdevices / qFlipper

qFlipper — desktop application for updating Flipper Zero firmware via PC
https://update.flipperzero.one
GNU General Public License v3.0
1.17k stars 156 forks source link

Provide a source code archive with third-party dependencies included #190

Closed invakid404 closed 1 year ago

invakid404 commented 1 year ago

Basically the title. As a Linux package maintainer for a source-based distro, my life would be much easier if there was a source code archive for releases that includes the necessary third-party dependencies to build qFlipper so that they don't have to be installed system-wide/fetched separately.

gsurkov commented 1 year ago

Duplicate of #57. TL;DR: Github does that and there is no way to change it.

A proper way for a source-based distro to get sources would be checking out a particular tag via git. See ArchLinux AUR PKGBUILD file for approximate example.