9 lines
194 B
Plaintext
9 lines
194 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
NAME=git-filter-repo
|
||
|
VERSION=nightly
|
||
|
UPSTREAM=https://github.com/newren/git-filter-repo.git
|
||
|
UPSTREAM_TYPE=git
|
||
|
|
||
|
ln -s "$PREFIX/src/$NAME/git-filter-repo" "$PREFIX/bin/git-filter-repo"
|