Following the implementation of PR30000, it may be useful to implement an addition that fetches all source files related to a program, places them in a tarball/zip and sends that to stdout. This may be done using srcfiles to fetch the source files, then libarchive to tarball. % eu-srcfiles --zip deadbeef > file.zip
Added in commit 75fb8c0152