Skip to content

Void Linux mirror selection implemented in GNU Prolog.

License

Notifications You must be signed in to change notification settings

sdbtools/pxmirror

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pxmirror

Void Linux mirror selection implemented in GNU Prolog.

This is a Prolog implementation of xmirror.

How to run

Run precompiled executable.

wget https://github.com/sdbtools/pxmirror/releases/latest/download/pxmirror.x86_64.tgz
tar -xzf pxmirror.x86_64.tgz
./pxmirror

Run as a script.

sudo xbps-install gprolog
git clone https://github.com/sdbtools/pxmirror.git
cd pxmirror
./pxmirror.pl
# or
gprolog --consult-file pxmirror.pl

Compile Prolog code locally and run it.

sudo xbps-install gprolog gcc
git clone https://github.com/sdbtools/pxmirror.git
cd pxmirror
gplc --min-size pxmirror.pl
./pxmirror

Licensing

This software is released under the GNU GPLv2 license.

Credits