dev-lang/elm-compiler-bin - 0.19.1 (haskell)

Search

Package Information

Description:
The 'elm' command line interface (binary)
Homepage:
http://elm-lang.org
License:
BSD

Ebuild Details

Version EAPI Keywords Slot
0.19.1 8 ~amd64 0/0.19.1
View Raw Ebuild
# Copyright 2020-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="The 'elm' command line interface (binary)"
HOMEPAGE="http://elm-lang.org"
SRC_URI="https://github.com/elm/compiler/releases/download/${PV}/binary-for-linux-64-bit.gz -> ${P}.gz"

LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE="symlink"

RDEPEND=" symlink? ( !dev-lang/elm-compiler )"

QA_PREBUILD="/usr/bin/elm-bin"
QA_PRESTRIPPED="/usr/bin/elm-bin"

S=${WORKDIR}

src_prepare() {
	default
	mv ${P} elm-bin || die
}

src_install() {
	dobin elm-bin
	use symlink && dosym elm-bin /usr/bin/elm
}

USE Flags

Dependencies

RDEPEND

 symlink? ( !dev-lang/elm-compiler )

Manifest for 0.19.1

Type File Size Source URLs
DIST elm-compiler-bin-0.19.1.gz 6806857 bytes https://github.com/elm/compiler/releases/download/0.19.1/binary-for-linux-64-bit.gz