solus-project / ypkg

Modern, declarative, structured build format
https://solus-project.com/
GNU General Public License v3.0
56 stars 20 forks source link

[Feature Request] Support for GitHub as a source format #19

Closed DataDrake closed 7 years ago

DataDrake commented 8 years ago

It would be super nice if I could pull source from github for some things, say PCSX2 for example.

The idea would be that instead of tar + sha256, it would do a local clone, checkout a specific Tag, and then proceed building as normal.

If security is a concern, ignore me.

ikeydoherty commented 8 years ago

The only downside I can see would be what is an acceptable clone depth?

DataDrake commented 8 years ago

Most of the time all I need is a specific tag. Nothing else in the history or other branches is needed.

ikeydoherty commented 8 years ago

Initial support in 3e11213da47515286aea45ff88982d11c492ae28 - going to need a fair bit of testing first

ikeydoherty commented 7 years ago

Kinda solved. >_>