pgopher_pkg is a project that provides a script to build a package for Arch Linux x86_64 specifically for pgopher, a program used for rotational, vibrational, and electronic spectra.
- Install the dependencies:
$ sudo pacman -S base-devel
- clone thid project:
$ git clone git@github.com:aki-ph-chem/pgopher_pkg.git # by SSH
$ git clone https://github.com/aki-ph-chem/pgopher_pkg.git # by HTTPS
- build & install package:
build package:
$ cd pgopher_pkg/pgopher_pacman
$ makpkg -s
install package:
$ sudo pacman -U *.pkg.tar.zst
This project is lincensed under GPL.