Сравнение ttyd-1.7.7-r1 с ttyd-9999
| /usr/portage/www-apps/ttyd/ttyd-9999.ebuild 2025-11-06 18:18:08.648166197 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2026 Gentoo Authors |
|
| 1 |
# Copyright 1999-2025 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 | 4 |
EAPI=8 |
| 5 | 5 | |
| 6 | 6 |
inherit cmake systemd |
| 7 | 7 | |
| 8 |
MY_PV="$(ver_rs 3 '-')" |
|
| 9 | ||
| 8 | 10 |
DESCRIPTION="ttyd, a simple command-line tool for sharing terminal over the web" |
| 9 | 11 |
HOMEPAGE="https://github.com/tsl0922/ttyd" |
| 10 | 12 | |
| ... | ... | |
| 16 | 18 |
KEYWORDS="~amd64" |
| 17 | 19 |
fi |
| 18 | 20 | |
| 21 |
S="${WORKDIR}/${PN}-${MY_PV}"
|
|
| 19 | 22 |
LICENSE="MIT" |
| 20 | 23 |
SLOT="0" |
| 21 | 24 |
IUSE="mbedtls" |
| 22 |
RDEPEND=" |
|
| 25 |
DEPEND=" |
|
| 23 | 26 |
dev-libs/json-c:= |
| 24 | 27 |
dev-libs/libuv:= |
| 25 |
>=net-libs/libwebsockets-4.4:=[libuv,mbedtls=,ssl] |
|
| 26 |
net-libs/libwebsockets:= |
|
| 28 |
net-libs/libwebsockets:=[libuv,mbedtls=,ssl] |
|
| 27 | 29 |
virtual/zlib:= |
| 28 | 30 |
!mbedtls? ( dev-libs/openssl:= ) |
| 29 | 31 |
" |
| 30 |
DEPEND="${RDEPEND}"
|
|
| 32 |
RDEPEND="${DEPEND}"
|
|
| 31 | 33 | |
| 32 | 34 |
src_install() {
|
| 33 | 35 |
cmake_src_install |