# depot-tools/cfg - "Build" settings for package

#---------------------------------------------------------------------

[technotes]

1. The source tarball used by this package was created  based on "git"
upstream sources. The sources were obtained as follows:

      ocgitfetch --run \
https://chromium.googlesource.com/chromium/tools/depot_tools.git

#---------------------------------------------------------------------

2. Notes from:

      https://commondatastorage.googleapis.com/\
chrome-infra-docs/flat/depot_tools/docs/html/\
depot_tools_tutorial.html#_setting_up

If you have never used git before, you’ll need to set some  global git
configurations;  substitute your name and email address in the follow-
ing commands:

$ git config --global user.name "John Doe"
$ git config --global user.email "jdoe@email.com"
$ git config --global core.autocrlf false
$ git config --global core.filemode false
$ # and for fun!
$ git config --global color.ui true

#---------------------------------------------------------------------

[buildtimes]

#---------------------------------------------------------------------

[settings]
configure  = none
license    = See "license*.txt" in installed tree
licfile    = LICENSE
nosyslinks = yes
tmpsize    = 51M

#---------------------------------------------------------------------

[depends]
highgnome

#---------------------------------------------------------------------

[build]
PROGDIR=$PKGDIR_PROD/program
mkdir -p $PROGDIR
cp -a *  $PROGDIR/

#---------------------------------------------------------------------

# Original URLs. These URLs were valid at one point, but may have died
# since then. If you download newer versions of tarballs [etc.], don't
# delete  the  original versions,  as you may not  be able  to replace
# them.

[urls]
url_debian_page = tbd
url_home        = tbd
url_lfs         = tbd
url_tarball     = git           # See "technotes" in "cfg" file

#---------------------------------------------------------------------

[history]
211023 Added package
211023 Started with 7a6ff9824 ("git" hash)
240812 Updated to 1e6454f8d