pantry/projects/git-scm.org/package.yml
Max Howell b7727fe732
fix git libexec rpaths (#103)
The fix works by having the relative path component count be the same between bin and libexec
2023-01-16 16:12:14 -05:00

64 lines
1.2 KiB
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/*
mkdir -p etc
cp "$SRCROOT"/props/git* etc
env:
V: 1
BAKE:
- --jobs {{ hw.concurrency }}
- NO_TCLTK=1
CONF:
- --prefix={{ prefix }}
- --with-perl={{ deps.perl.org.prefix }}
- --with-gitconfig=etc/gitconfig
INSTALL_STRIP: -s
test: |
git clone https://github.com/teaxyz/white-paper
mkdir foo
cd foo
touch .DS_Store testfile
git init
git add .
test "$(git diff --name-only --cached)" = "testfile"
# necessary so `git commit` will work
git config user.email "you@example.com"
git config user.name "Your Name"
# necessary to check the libexec binaries work
git commit --message "test"
provides:
- bin/git
- bin/git-cvsserver
- bin/git-receive-pack
- bin/git-shell
- bin/git-upload-archive
- bin/git-upload-pack
- bin/scalar