Skip to content
Permalink
1e4cc1862b
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
executable file 34 lines (24 sloc) 657 Bytes
#!/usr/bin/env beesh
# BEE_VERSION git-2.37.0-0
# SRCURL[0]="https://www.kernel.org/pub/software/scm/git/git-${PKGVERSION}.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/9716e2b4be3f9e1105f23aa1f80a37e4/git-2.37.0.tar.xz"
PATCHURL+=(/src/mariux/patches/0001-git-gui-Correctly-detect-Tkk-feature.patch)
build_in_sourcedir
# sourcesubdir_append src
#mee_extract() {
# bee_extract "${@}"
#}
#mee_patch() {
# bee_patch "${@}"
#}
mee_configure() {
start_cmd make configure
bee_configure
}
#mee_build() {
# bee_build
#}
mee_install() {
bee_install install-doc install-html
cp -av ${S}/contrib ${D}${DATAROOTDIR}/git-contrib
}