Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 759634 - app-editors/code New package for ARM64, ARM and AMD64
Summary: app-editors/code New package for ARM64, ARM and AMD64
Status: RESOLVED DUPLICATE of bug 675742
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Default Assignee for New Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-12-12 20:11 UTC by Skyler Mäntysaari
Modified: 2020-12-13 04:45 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Ebuild for it (code-oss-1.52.0.ebuild,817 bytes, text/plain)
2020-12-12 20:11 UTC, Skyler Mäntysaari
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Skyler Mäntysaari 2020-12-12 20:11:37 UTC
Created attachment 678199 [details]
Ebuild for it

Include code in main tree.
Comment 1 Skyler Mäntysaari 2020-12-12 20:12:37 UTC
Comment on attachment 678199 [details]
Ebuild for it

># Copyright 2020 Gentoo Authors
># Distributed under the terms of the GNU General Public License v2
>
>EAPI=7
>
>inherit desktop pax-utils unpacker xdg
>
>DESCRIPTION="Code editing. Redefined"
>HOMEPAGE="https://code.visualstudio.com"
>SRC_URI="amd64? ( https://az764295.vo.msecnd.net/stable/940b5f4bb5fa47866a54529ed759d95d09ee80be/code_1.52.0-1607640828_amd64.deb -> ${P}_amd64.deb )
>        arm64? ( https://az764295.vo.msecnd.net/stable/940b5f4bb5fa47866a54529ed759d95d09ee80be/code_1.52.0-1607640253_arm64.deb -> ${P}_arm64.deb )
>	arm? ( https://az764295.vo.msecnd.net/stable/940b5f4bb5fa47866a54529ed759d95d09ee80be/code_1.52.0-1607640235_armhf.deb -> ${P}_arm.deb )"
>
>RESTRICT="nomirror"
>
>LICENSE="MIT"
>SLOT="0"
>
>KEYWORDS="~arm ~arm64 ̃~amd64"
>
>DEPEND=""
>
>RDEPEND="${DEPEND}"
>
>S=${WORKDIR}
>src_install() {
>	cp -a ${S}/* ${D}
>}
Comment 2 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2020-12-13 04:45:28 UTC

*** This bug has been marked as a duplicate of bug 675742 ***