Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37850228
en ru br
ALT Linux repos
S:1.3.1-alt1

Group :: Networking/Other
RPM: plow

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define _unpackaged_files_terminate_build 1

%global import_path github.com/six-ddc/plow

Name: plow
Version: 1.3.1
Release: alt1

Summary: Plow is an HTTP(S) benchmarking tool, written in Golang
License: Apache-2.0
Group: Networking/Other
Url: https://pkg.go.dev/github.com/six-ddc/plow
Vcs: https://github.com/six-ddc/plow

Source0: %name-%version.tar
Source1: vendor.tar
BuildRequires(pre): rpm-build-golang
BuildRequires: golang

%description
Plow is an HTTP(S) benchmarking tool, written in Golang. It uses excellent
fasthttp instead of Go's default net/http due to its lightning fast performance

%prep
%setup -a 1

%build
export BUILDDIR="$PWD/.build"
export IMPORT_PATH="%import_path"
export GOPATH="$BUILDDIR:%go_path"

%golang_prepare

cd .build/src/%import_path

%golang_build .

%install
export BUILDDIR="$PWD/.build"
export IGNORE_SOURCES=1

%golang_install

%files
%_bindir/%name
%doc README.md LICENSE

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin