Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Git binary #68

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 25 additions & 1 deletion com.gitbutler.gitbutler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ finish-args:
- --share=ipc
- --socket=fallback-x11
- --socket=wayland
- --socket=gpg-agent
- --socket=ssh-auth
- --device=dri
- --share=network
- --filesystem=~/.ssh:ro
- --filesystem=xdg-run/gvfsd

modules:
- name: webkit2gtk-4.0
sources:
Expand Down Expand Up @@ -50,8 +52,30 @@ modules:
- type: git
url: https://github.com/ianlancetaylor/libbacktrace.git
commit: 7ead8c1ea2f4aeafe9c5b9ef8a9461a9ba781aa8

- name: git
make-args:
- INSTALL_SYMLINKS=1
- NO_PERL=YesPlease
- NO_TCLTK=YesPlease
make-install-args:
- INSTALL_SYMLINKS=1
- NO_PERL=YesPlease
- NO_TCLTK=YesPlease
post-install:
- find . -type f -name perllocal.pod -delete
sources:
- type: archive
sha256: 5ee8a1c68536094a4f7f9515edc154b12a275b8a57dda4c21ecfbf1afbae2ca3
url: https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.46.2.tar.xz
x-checker-data:
type: html
url: https://mirrors.edge.kernel.org/pub/software/scm/git/
version-pattern: git-([\d\.-]+).tar.xz
url-template: https://mirrors.edge.kernel.org/pub/software/scm/git/git-$version.tar.xz

- shared-modules/libappindicator/libappindicator-gtk3-12.10.json
- shared-modules/libsecret/libsecret.json

- name: git-butler
buildsystem: simple
Expand Down