You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
551 B

Name: cds
Version: 0.40.0
Release: 1%{?dist}
Summary: Pipeline
Group: System/Pipeline
License: GPLv2
URL: https://github.com/ovh/cds
BuildRequires: git
BuildRequires: golang
#Requires:
%description
%prep
%setup -q -T -c %{name}-%{version}
export GOPATH=`pwd`
mkdir -p src/github.com/ovh/
cd src/github.com/ovh/
git clone https://github.com/ovh/cds/
%build
export GOPATH=`pwd`
export GEN_PATH="$GOPATH/src/github.com/ovh/cds/docs/content/docs/components"
cd src/github.com/ovh/cds/
make -C cli/cdsctl
make
%install
%files
%changelog