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", ] 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"