split the cli and the core functionnalities

This commit is contained in:
Marc
2023-01-14 17:34:19 +01:00
parent 0c2b3afa9b
commit fce1c2912c
41 changed files with 878 additions and 751 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ pkgdesc="a Mod manager for bethesda games"
arch=('x86_64') # might work on other archs but i can not try
url='https://gitlab.marcbarbier.fr/Marc/modmanager'
license=('GPL2')
source=( 'git+https://gitlab.marcbarbier.fr/Marc/modmanager.git' )
source=( 'git+https://github.com/Marc-Pierre-Barbier/ModManager.git' )
md5sums=( 'SKIP' )
optdepends=('fuse-overlayfs: special filesystem support' )