feat: support SOURCE_DATE_EPOCH (#26)
I have found out something horrifying about how tools deal with time:
some tools will interpret a zero time value as "has no time". This is
horrifying. As such, I have implemented support for SOURCE_DATE_EPOCH,
which will be auto-populated by the commit date in the current working
directory, or be overrided with the environment variable value.
This means that yeet package contents won't be "50 years old", which can
cause some issues for downstream consumers.
https://reproducible-builds.org/docs/source-date-epoch/
Signed-off-by: Xe Iaso <me@xeiaso.net>