Skip to content
Permalink
master
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 35 lines (25 sloc) 699 Bytes
#!/usr/bin/env beesh
# BEE_VERSION git-2.40.1-0
#SRCURL[0]="https://www.kernel.org/pub/software/scm/git/git-${PKGVERSION}.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/125d13c374a9ec9253f42c483bacec31/git-2.40.1.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() {
. /package/pkg/python-3.9.12-0/profile
bee_install install-doc install-html
cp -av ${S}/contrib ${D}${DATAROOTDIR}/git-contrib
}