aboutsummaryrefslogtreecommitdiff
path: root/mail-client/tutanota/tutanota-3.94.9.ebuild
diff options
context:
space:
mode:
authorJulien Roy <julien@jroy.ca>2022-07-12 20:05:24 -0400
committerJulien Roy <julien@jroy.ca>2022-07-12 20:05:24 -0400
commit3351ed6c646243fcd6c981d44780b2f50d458e15 (patch)
treec1eed48c91632205249eb58c4d8e366248566507 /mail-client/tutanota/tutanota-3.94.9.ebuild
parent721fdfabacc4a03777d7004e7b5118ffe4f73477 (diff)
downloadMrRoy-Overlay-3351ed6c646243fcd6c981d44780b2f50d458e15.tar.gz
MrRoy-Overlay-3351ed6c646243fcd6c981d44780b2f50d458e15.tar.bz2
MrRoy-Overlay-3351ed6c646243fcd6c981d44780b2f50d458e15.zip
Remove tb102, tutanota
Diffstat (limited to 'mail-client/tutanota/tutanota-3.94.9.ebuild')
-rw-r--r--mail-client/tutanota/tutanota-3.94.9.ebuild37
1 files changed, 0 insertions, 37 deletions
diff --git a/mail-client/tutanota/tutanota-3.94.9.ebuild b/mail-client/tutanota/tutanota-3.94.9.ebuild
deleted file mode 100644
index c92fd3a..0000000
--- a/mail-client/tutanota/tutanota-3.94.9.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Tutanota is an email service with a strong focus on security and privacy"
-HOMEPAGE="https://tutanota.com/"
-SRC_URI="https://github.com/tutao/${PN}/archive/${PN}-release-${PV}-unpacked-linux.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND=">=net-libs/nodejs-14.0.0[npm]"
-RDEPEND="${DEPEND}
- app-crypt/libsecret"
-BDEPEND=""
-
-S=${WORKDIR}/${PN}-${PN}-release-${PV}
-
-src_prepare() {
- default
-}
-
-src_configure() {
- export NODE_ENV="production"
- npm ci
- default
-}
-
-src_compile() {
- npm run build-packages
-}
-
-src_install() {
- node desktop --custom-desktop-release
-}