Skip to content

Latest commit

 

History

History
executable file
·
31 lines (22 loc) · 536 Bytes

README.md

File metadata and controls

executable file
·
31 lines (22 loc) · 536 Bytes

PortProton's PKGBUID

PKGBUILD script for installing PortProton on arch-based distros.

Manual installation method

git clone https://aur.archlinux.org/portproton.git
cd portproton
makepkg -sci

If you use GNOME, you will also need icoextract to display icons.

git clone https://aur.archlinux.org/icoextract.git
cd icoextract
makepkg -sci

YAY

yay -S portproton

If you use Manjaro or Manjaro based distros, you will also need base-devel for build packages.

sudo pacman -S base-devel