summaryrefslogtreecommitdiff
path: root/www-apps/ttyd/ttyd-1.7.3.ebuild
diff options
context:
space:
mode:
authorMarcin Deranek <marcin.deranek@slonko.net>2023-05-07 21:48:38 +0200
committerMarcin Deranek <marcin.deranek@slonko.net>2023-05-07 21:48:38 +0200
commitf088f0f83df296ba66d7064cb5a64a0b5951782f (patch)
treea13aeb593bbe6ec4f1a303681ff2090e33857af7 /www-apps/ttyd/ttyd-1.7.3.ebuild
parent90aaf55385a7fc2cb1f792575e4cef471ad1743f (diff)
downloadportage-f088f0f83df296ba66d7064cb5a64a0b5951782f.tar.gz
portage-f088f0f83df296ba66d7064cb5a64a0b5951782f.tar.bz2
portage-f088f0f83df296ba66d7064cb5a64a0b5951782f.zip
Dropped www-apps/ttyd as it already upstream
Diffstat (limited to 'www-apps/ttyd/ttyd-1.7.3.ebuild')
-rw-r--r--www-apps/ttyd/ttyd-1.7.3.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/www-apps/ttyd/ttyd-1.7.3.ebuild b/www-apps/ttyd/ttyd-1.7.3.ebuild
deleted file mode 100644
index e94c231..0000000
--- a/www-apps/ttyd/ttyd-1.7.3.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake systemd
-
-DESCRIPTION="Share your terminal over the web"
-HOMEPAGE="https://github.com/tsl0922/ttyd"
-SRC_URI="https://github.com/tsl0922/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND="
- dev-libs/json-c:=
- dev-libs/libuv:=
- dev-libs/openssl:=
- net-libs/libwebsockets:=[libuv,ssl]
- sys-libs/zlib:=
-"
-RDEPEND="${DEPEND}"
-
-src_install() {
- cmake_src_install
-
- systemd_dounit "${FILESDIR}"/ttyd.service
- newinitd "${FILESDIR}"/ttyd.initd ttyd
- newconfd "${FILESDIR}"/ttyd.confd ttyd
-}