aboutsummaryrefslogtreecommitdiff
path: root/bdep-util/buildfile
blob: 5fc25c8d3f93673fbe0c12311fcfb4ef2a2dd15e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# file      : bdep-util/buildfile
# license   : MIT; see accompanying LICENSE file

import mods  = libbutl.bash%bash{manifest-parser}
import mods += libbutl.bash%bash{standard-version}

# @@ TMP Note that git-hooks/pre-commit, bdep-git-pre-commit, and
#    bdep-git-pre-commit-copyright-check have no dependencies on any bash
#    module. However, we add such dependencies for the bash module rule to
#    match. Eventually, there will be a better way to achieve that (hints).
#

# Note that git-hooks/pre-commit script just sources bdep-git-pre-commit. The
# reason to have both scripts is to be able to configure git's pre-commit hook
# via the core.hooksPath configuration value (should refer, for example, to
# the /usr/local/bin/bdep-git-hooks directory) and to import
# bdep-git-pre-commit, for example, for testing the installed hook.
#
git-hooks/
{
  exe{pre-commit}: in{pre-commit} ../exe{bdep-git-pre-commit} $mods
}

exe{bdep-git-pre-commit}: in{git-pre-commit}                       \
                          exe{bdep-git-pre-commit-version-check    \
                              bdep-git-pre-commit-copyright-check} \
                          $mods

exe{bdep-git-pre-commit-version-check}: in{git-pre-commit-version-check} \
                                        $mods

exe{bdep-git-pre-commit-copyright-check}: in{git-pre-commit-copyright-check} \
                                          $mods

# Install the git pre-commit hook into bdep-git-hooks/ subdirectory of, say,
# /usr/bin/.
#
git-hooks/exe{pre-commit}: install = bin/bdep-git-hooks/