From 87832ef3004f46d6492e29137be28a8eaf6af402 Mon Sep 17 00:00:00 2001 From: Nico Suhl Date: Mon, 6 Mar 2017 22:27:50 +0100 Subject: add atom-bin --- app-editors/atom-bin/Manifest | 1 + app-editors/atom-bin/atom-bin-1.14.4.ebuild | 31 +++++++++++++++++++++++++++++ app-editors/atom-bin/metadata.xml | 12 +++++++++++ 3 files changed, 44 insertions(+) create mode 100644 app-editors/atom-bin/Manifest create mode 100644 app-editors/atom-bin/atom-bin-1.14.4.ebuild create mode 100644 app-editors/atom-bin/metadata.xml diff --git a/app-editors/atom-bin/Manifest b/app-editors/atom-bin/Manifest new file mode 100644 index 0000000..ed872e0 --- /dev/null +++ b/app-editors/atom-bin/Manifest @@ -0,0 +1 @@ +DIST atom-amd64.deb 86270902 SHA256 fbab0fc2d1fedc31b712ac2ad0a35c66e22b7267859a187f9c522f782f5c2d2c SHA512 94b55b124c799c394a318d1915dc9ddcb994887e90474373387bce43729378e02cc14b051fbc4b69746080c5753201b294e1571338481484cdd00a1fc16c113a WHIRLPOOL 3eeaf06947a7ef5463053c061b8ab0a679e2a52453c6db6f5e6c6de796f4ca92c455047f6bc0dad47c75b2c315d4f6ef646b075fb477f44886f745dd8d4018fe diff --git a/app-editors/atom-bin/atom-bin-1.14.4.ebuild b/app-editors/atom-bin/atom-bin-1.14.4.ebuild new file mode 100644 index 0000000..5d7d17b --- /dev/null +++ b/app-editors/atom-bin/atom-bin-1.14.4.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit unpacker + +MY_PN="atom" +DESCRIPTION="A hackable text editor for the 21st Century" +HOMEPAGE="https://atom.io" +SRC_URI="https://github.com/atom/atom/releases/download/v${PV}/${MY_PN}-amd64.deb" + +LICENSE="" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" +RESTRICT="mirror" + +DEPEND="" +RDEPEND="${DEPEND}" + +src_unpack() { + mkdir -p ${WORKDIR}/${P} + cd ${WORKDIR}/${P} + unpack_deb ${A} +} + +src_install() { + cp -Rp * "${D}" +} diff --git a/app-editors/atom-bin/metadata.xml b/app-editors/atom-bin/metadata.xml new file mode 100644 index 0000000..3be2fce --- /dev/null +++ b/app-editors/atom-bin/metadata.xml @@ -0,0 +1,12 @@ + + + + + nico@overninethousand.de + + + Atom is a text editor that's modern, approachable, yet hackable to the + core—a tool you can customize to do anything but also use productively + without ever touching a config file. + + -- cgit v1.2.3-65-gdbad