mirror of
https://gitlab.com/fdroid/fdroiddata.git
synced 2025-11-20 18:59:33 +01:00
6 lines
255 B
YAML
6 lines
255 B
YAML
RepoType: git
|
|
Repo: https://gitlab.com/freepascal.org/fpc/source.git
|
|
|
|
Prepare: |
|
|
export build_date=$(git show --no-patch --format=%cd --date=format-local:'%Y/%m/%d')
|
|
sed -i -e "s:build_date = .*:build_date = \"$build_date\";:" utils/fpcres/fpcres.pas
|