Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
git-filter-repo: add 2.34
- add git filter-repo
  • Loading branch information
wwwutz committed Aug 30, 2022
1 parent dbb2ff2 commit 0b218f2
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions git-filter-repo.be0
@@ -0,0 +1,38 @@
#!/usr/bin/env beesh

# BEE_VERSION git-filter-repo-2.34.0-0

# more info: https://github.com/newren/git-filter-repo

# https://github.com/newren/git-filter-repo/releases/download/v2.34.0/git-filter-repo-2.34.0.tar.xz
#SRCURL[0]="https://github.com/newren/git-filter-repo/releases/download/v2.34.0/git-filter-repo-2.34.0.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/0dc2df1d33940895934693b1fd0d1dd9/git-filter-repo-2.34.0.tar.xz"

# build_in_sourcedir

# sourcesubdir_append src

#mee_extract() {
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}

mee_configure() {
:
}

#mee_build() {
# bee_build
#}

mee_install() {
GIT_EXEC_PATH=$(git --exec-path)
mkdir -vp ${D}$GIT_EXEC_PATH
cp -v ${S}/git-filter-repo ${D}$GIT_EXEC_PATH

mkdir -vp ${D}/usr/share/man/man1
cp -v ${S}/Documentation/man1/git-filter-repo.1 ${D}/usr/share/man/man1
}

0 comments on commit 0b218f2

Please sign in to comment.