d8206b57f8df20ea9fad0e15fed13167ba529a83
Overview
telwho is a command line tool for accessing the PSI phonebook.
Usage
Usage: telwho <expr>
Development
The binary can be (cross)compiled as follows:
# Linux
GOPATH=`pwd` GOOS=linux GOARCH=amd64 go build telwho.go
# Windows
GOPATH=`pwd` GOOS=windows GOARCH=amd64 go build telwho.go
# Mac OS X
GOPATH=`pwd` GOOS=darwin GOARCH=amd64 go build telwho.go
Packaging
Prerequisite: before packaging the telwho binary need to be build for linux with one of the above mentioned command.
The RPM package for RHEL7 can be build via the docker build image as follows:
docker run -it --rm -v $(pwd):/data paulscherrerinstitute/centos_build_rpm:7 package gfa-telwho.spec
Legacy
For building the packge for SL6 use:
docker run -it --rm -v $(pwd):/data paulscherrerinstitute/centos_build_rpm:6 package gfa-telwho.spec
Description
Languages
Shell
100%