From 68e3c7e21fc5b04899e5965e1b723e42946ddec2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Bar=C4=87?= Date: Tue, 19 Oct 2021 00:18:43 +0200 Subject: [PATCH] app-editors/atom: add 1.58.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maciej Barć --- app-editors/atom/Manifest | 1 + app-editors/atom/atom-1.58.0.ebuild | 23 +++++++++++++++++++++++ app-editors/atom/metadata.xml | 5 +++++ 3 files changed, 29 insertions(+) create mode 100644 app-editors/atom/Manifest create mode 100644 app-editors/atom/atom-1.58.0.ebuild create mode 100644 app-editors/atom/metadata.xml diff --git a/app-editors/atom/Manifest b/app-editors/atom/Manifest new file mode 100644 index 0000000..c9e9819 --- /dev/null +++ b/app-editors/atom/Manifest @@ -0,0 +1 @@ +DIST atom-1.58.0.tar.gz 203905263 BLAKE2B 95311b625bbee45f64d3e3d44f7870fba0efaa31ca14025e68d587b60e5d618c89e948dae7856348f0e55ea434f80d484f74809f1d244d6609f84023047794e6 SHA512 5e5c456ca745e2e51c4c24a2cba76d59ae9c519639f301b8677b5627ebecc1b8c114fc1942c22318266fe985ca1064618dc89379ecf8cdd935bfee7e605f33f1 diff --git a/app-editors/atom/atom-1.58.0.ebuild b/app-editors/atom/atom-1.58.0.ebuild new file mode 100644 index 0000000..ede1ff1 --- /dev/null +++ b/app-editors/atom/atom-1.58.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit desktop bintron + +DESCRIPTION="A hackable text editor for the 21st Century" +HOMEPAGE="https://atom.io/" +SRC_URI="https://github.com/atom/atom/releases/download/v${PV}/atom-amd64.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/atom-${PV}-amd64" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="-* ~amd64" + +src_install() { + dosym ${BINTRON_HOME}/atom /usr/bin/atom + doicon "${S}"/atom.png + make_desktop_entry atom Atom atom "TextEditor;Development;IDE;" + + bintron_src_install +} diff --git a/app-editors/atom/metadata.xml b/app-editors/atom/metadata.xml new file mode 100644 index 0000000..eb6fadb --- /dev/null +++ b/app-editors/atom/metadata.xml @@ -0,0 +1,5 @@ + + + + +