mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
8e253c55a6
build in debian-buster-slim rather than infuser since infuser currently has link bugs in gettext etc.
38 lines
714 B
YAML
38 lines
714 B
YAML
distributable:
|
|
url: https://mirrors.edge.kernel.org/pub/software/scm/git/git-{{ version }}.tar.xz
|
|
strip-components: 1
|
|
|
|
versions:
|
|
github: git/git/tags
|
|
|
|
dependencies:
|
|
zlib.net: 1
|
|
gnu.org/gettext: ^0.21
|
|
curl.se: '>=5'
|
|
perl.org: '*'
|
|
|
|
build:
|
|
dependencies:
|
|
tea.xyz/gx/cc: c99
|
|
tea.xyz/gx/make: '*'
|
|
script: |
|
|
mv props/config.mak .
|
|
|
|
./configure $CONF
|
|
make install $BAKE
|
|
|
|
cd "{{prefix}}"
|
|
DEBUG=1 fix-shebangs.ts bin/* libexec/git-core/*
|
|
env:
|
|
V: 1
|
|
BAKE:
|
|
- --jobs {{ hw.concurrency }}
|
|
- NO_TCLTK=1
|
|
CONF:
|
|
- --prefix={{ prefix }}
|
|
- --with-perl={{ deps.perl.org.prefix }}
|
|
INSTALL_STRIP: -s
|
|
|
|
test: |
|
|
git clone https://github.com/teaxyz/white-paper
|