diff options
| author | aethrvmn <me@aethrvmn.gr> | 2025-11-16 20:43:49 +0000 |
|---|---|---|
| committer | aethrvmn <me@aethrvmn.gr> | 2025-11-16 20:43:49 +0000 |
| commit | 0582b0f8cd26678e741a06ba2ab42cc47a7c689a (patch) | |
| tree | 028dcc99591775e87682c0ff8259fea3a21aa538 /src/tesserae/git.nim | |
| parent | moved core LFS tessera to core/ (diff) | |
moved non LFS tessera to extra/
Diffstat (limited to 'src/tesserae/git.nim')
| -rw-r--r-- | src/tesserae/git.nim | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/src/tesserae/git.nim b/src/tesserae/git.nim deleted file mode 100644 index 2fe2b7a..0000000 --- a/src/tesserae/git.nim +++ /dev/null @@ -1,26 +0,0 @@ -import .. / lapis - -tessera "git": - source: "https://www.kernel.org/pub/software/scm/git/git-2.50.1.tar.xz" - patches: @[""] - dependencies: @[ - "curl", - "fcron", - "pcre2", - "valgrind", - "gnupg", - "iosocket_ssl", - "openssh", - ] - 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" |
