POV-Ray / povray

The Persistence of Vision Raytracer: http://www.povray.org/
GNU Affero General Public License v3.0
1.35k stars 282 forks source link

Create script to generate Unix source distribution package #415

Open c-lipka opened 3 years ago

c-lipka commented 3 years ago

We should have a script that we can run on the "raw" source package to create a Unix-specific distribution package; such a package should have the following features:

My personal suggestion would be to integrate this into the unix/prebuild.sh script, to be triggered via an option, and make it generate a compressed tarball.

c-lipka commented 3 years ago

See [.github/workflows/release_build.yml]() for a possible implementation.