|
|
|
@ -31,8 +31,8 @@ Distribution: OpenPKG Community
|
|
|
|
|
Class: EVAL |
|
|
|
|
Group: Terminal |
|
|
|
|
License: MIT |
|
|
|
|
Version: 2.0.1 |
|
|
|
|
Release: 20190215 |
|
|
|
|
Version: 2.0.2 |
|
|
|
|
Release: 20190412 |
|
|
|
|
|
|
|
|
|
# list of sources |
|
|
|
|
Source0: https://github.com/DarthSim/overmind/archive/v%{version}.tar.gz |
|
|
|
@ -67,6 +67,7 @@ PreReq: OpenPKG, openpkg >= 20160101
|
|
|
|
|
ln -s vendor src |
|
|
|
|
mkdir vendor/github.com/DarthSim |
|
|
|
|
ln -s ../../.. vendor/github.com/DarthSim/overmind |
|
|
|
|
rm -f go.mod* |
|
|
|
|
go build -v -ldflags "-X main.version=%{version}" -a -o overmind . |
|
|
|
|
|
|
|
|
|
%install |
|
|
|
|