Skip to content

A program made to fool people into believing that you use pacman.

License

Notifications You must be signed in to change notification settings

Jonatan6/fake-pacman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fake-pacman animation

Fake-pacman is a terminal program for macOS and Linux that will make it look like you are installing a pacman package.

Just run the executable, type any package name and watch it "install" the package.

Compiling

Linux

First you have to install ncurses, just run sudo pacman -S ncurses on Arch, or sudo apt install libncurses-dev on Debian.

Then to compile it, run make linux.

MacOS

Install gcc by running brew install gcc, and install ncurses by running brew install ncurses. If you want to compile a universal executable that will run on all macs, you also need Xcode Command Line Tools, install it by running xcode-select --install.

Then to compile type make macX86 or make macARM depending on what procceser you have. To make the universal executable run make macUNI.

License

Fake-pacman is free and open source, it's distributed under the GNU General Public License.

About

A program made to fool people into believing that you use pacman.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published