Re: [Msys2-users] custom repository

2021-05-01 Thread Jeroen Ooms
I think you need to add a SigLevel to your pacman.conf, for example: [custom] Server = file:///home/vincent.torri/custompkg SigLevel = Never On Sat, May 1, 2021 at 11:25 PM Vincent Torri wrote: > > Hello, > > I have an error when trying to create a custom repository for my > packages. Here are

Re: [Msys2-users] custom repository

2021-05-01 Thread Zach Bacon
Sorry I meant mingw-w64-x86_64-efl-regex The x86_64 being the the mingw toolchain you used to compile the package. On Sat., May 1, 2021, 5:40 p.m. Vincent Torri, wrote: > On Sat, May 1, 2021 at 11:34 PM Zach Bacon wrote: > > > > so what you have a is a mingw-w64 package, so you need to run in

Re: [Msys2-users] custom repository

2021-05-01 Thread Vincent Torri
On Sat, May 1, 2021 at 11:34 PM Zach Bacon wrote: > > so what you have a is a mingw-w64 package, so you need to run in this case > pacman -S mingw-w64-efl-regex $ pacman -S mingw-w64-efl-regex error: target not found: mingw-w64-efl-regex Vincent Torri > On Sat, May 1, 2021 at 5:26 PM Vincent

[Msys2-users] custom repository

2021-05-01 Thread Vincent Torri
Hello, I have an error when trying to create a custom repository for my packages. Here are the steps : 1) I have created a package with makepkg-mingw : mingw-w64-x86_64-efl-regex-1.2.2-1-any.pkg.tar.zst 2) i have created the directory $HOME/custompkg 3) i have copied mingw-w64-x86_64-efl-regex-