mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-16 14:29:05 -07:00
dev-ml/opam-installer: fix SRC_URI
Signed-off-by: Kate <kit-ty-kate@exn.st> Part-of: https://codeberg.org/gentoo/gentoo/pulls/1365 Merges: https://codeberg.org/gentoo/gentoo/pulls/1365 Signed-off-by: Thomas Bracht Laumann Jespersen <laumann@gentoo.org>
This commit is contained in:
committed by
Thomas Bracht Laumann Jespersen
parent
6a076dc11e
commit
8bfeecc9e5
@@ -7,7 +7,7 @@ inherit dune
|
||||
|
||||
DESCRIPTION="Core installer for opam packages"
|
||||
HOMEPAGE="https://opam.ocaml.org/ https://github.com/ocaml/opam"
|
||||
SRC_URI="https://github.com/ocaml/opam/releases/download/${PV}/opam-${PV}.tar.gz"
|
||||
SRC_URI="https://github.com/ocaml/opam/archive/${PV/_/-}.tar.gz -> opam-${PV}.tar.gz"
|
||||
S="${WORKDIR}/opam-${PV/_/-}"
|
||||
|
||||
LICENSE="LGPL-2.1"
|
||||
|
||||
@@ -7,7 +7,7 @@ inherit dune
|
||||
|
||||
DESCRIPTION="Core installer for opam packages"
|
||||
HOMEPAGE="https://opam.ocaml.org/ https://github.com/ocaml/opam"
|
||||
SRC_URI="https://github.com/ocaml/opam/releases/download/${PV}/opam-${PV}.tar.gz"
|
||||
SRC_URI="https://github.com/ocaml/opam/archive/${PV/_/-}.tar.gz -> opam-${PV}.tar.gz"
|
||||
S="${WORKDIR}/opam-${PV/_/-}"
|
||||
|
||||
LICENSE="LGPL-2.1"
|
||||
|
||||
@@ -7,7 +7,7 @@ inherit dune
|
||||
|
||||
DESCRIPTION="Core installer for opam packages"
|
||||
HOMEPAGE="https://opam.ocaml.org/ https://github.com/ocaml/opam"
|
||||
SRC_URI="https://github.com/ocaml/opam/releases/download/${PV}/opam-${PV}.tar.gz"
|
||||
SRC_URI="https://github.com/ocaml/opam/archive/${PV/_/-}.tar.gz -> opam-${PV}.tar.gz"
|
||||
S="${WORKDIR}/opam-${PV/_/-}"
|
||||
|
||||
LICENSE="LGPL-2.1"
|
||||
|
||||
@@ -7,7 +7,7 @@ inherit dune
|
||||
|
||||
DESCRIPTION="Core installer for opam packages"
|
||||
HOMEPAGE="https://opam.ocaml.org/ https://github.com/ocaml/opam"
|
||||
SRC_URI="https://github.com/ocaml/opam/releases/download/${PV}/opam-${PV}.tar.gz"
|
||||
SRC_URI="https://github.com/ocaml/opam/archive/${PV/_/-}.tar.gz -> opam-${PV}.tar.gz"
|
||||
S="${WORKDIR}/opam-${PV/_/-}"
|
||||
|
||||
LICENSE="LGPL-2.1"
|
||||
|
||||
Reference in New Issue
Block a user