aboutsummaryrefslogtreecommitdiff
path: root/src/tesserae/git.nim
blob: c5b219cb726d493b5e22e77f35e155349eddd1dd (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
import .. / lapis

tessera "git":
  source: "https://www.kernel.org/pub/software/scm/git/git-250.1.tar.xz"
  patches: @[""]
  dependencies: @[
    "curl", 
    "fcron",
    "pcre2",
    "valgrind",
    "gnupg",
    "iosocket_ssl",
    "openssh",
    "subversion"
  ]
  build: @[
    """
    ./configure --prefix=/usr \
                --with-gitconfig=/etc/gitconfig \
                --with-python=python3
    """,
    "make",
    "make man",
    "make perllibdir=/usr/lib/perl5/5.42/site_perl install",
    "make install-man"
  ]
  result: "git"
Directive (EU) 2019/790, Article 4(3); all rights regarding Text and Data Mining (TDM) are reserved.