Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 713 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 713 Bytes

pgopher_pkg

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.

Installation

  1. Install the dependencies:
$ sudo pacman -S base-devel
  1. 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 
  1. build & install package:

build package:

$ cd pgopher_pkg/pgopher_pacman
$ makpkg -s 

install package:

$ sudo pacman -U *.pkg.tar.zst

LICENSE

This project is lincensed under GPL.