Сравнение haproxy-dataplaneapi-2.5.1 с haproxy-dataplaneapi-2.7.5
/usr/portage/net-proxy/haproxy-dataplaneapi/haproxy-dataplaneapi-2.7.5.ebuild 2023-10-09 14:52:34.752368483 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2022 Gentoo Authors |
|
1 |
# Copyright 1999-2023 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=8 |
... | ... | |
8 | 8 |
HOMEPAGE="https://github.com/haproxytech/dataplaneapi https://www.haproxy.com/documentation/dataplaneapi/latest/" |
9 | 9 | |
10 | 10 |
SRC_URI="https://github.com/haproxytech/dataplaneapi/archive/v${PV}.tar.gz -> ${P}.tar.gz |
11 |
http://gentooexperimental.org/~patrick/${P}-deps.tar.xz" |
|
11 |
http://gentooexperimental.org/~patrick/${P}-vendor.tar.xz" |
|
12 | 12 | |
13 | 13 |
LICENSE="BSD" |
14 | 14 |
SLOT="0" |
... | ... | |
18 | 18 |
S="${WORKDIR}/dataplaneapi-${PV}" |
19 | 19 | |
20 | 20 |
src_compile() { |
21 |
GOBIN="${S}/bin" emake build |
|
21 |
ego build -o ./build/dataplaneapi ./cmd/dataplaneapi/ |
|
22 | 22 |
} |
23 | 23 | |
24 | 24 |
src_install() { |