1
0

soft package manager

This commit is contained in:
dtb
2023-11-25 01:16:47 -07:00
parent b3c760446f
commit cfa82df72b
8 changed files with 95 additions and 204 deletions

8
soft/git-filter-repo Normal file
View File

@@ -0,0 +1,8 @@
#!/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"