mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-01-30 12:02:57 +01:00
powershell-bin: change deps
This commit is contained in:
parent
1ec4bdf596
commit
024fe3f06c
2 changed files with 6 additions and 5 deletions
|
|
@ -1,14 +1,12 @@
|
|||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
EAPI=7
|
||||
|
||||
inherit rpm
|
||||
|
||||
DESCRIPTION="A cross-platform automation and configuration tool/framework"
|
||||
HOMEPAGE="https://github.com/Powershell/Powershell"
|
||||
#SRC_URI="https://github.com/PowerShell/PowerShell/releases/download/v${PV}/powershell-${PV}-linux-x64.tar.gz"
|
||||
#https://github.com/PowerShell/PowerShell/releases/download/v6.1.1/powershell_6.1.1-1.ubuntu.16.04_amd64.deb
|
||||
SRC_URI="
|
||||
amd64? ( https://github.com/PowerShell/PowerShell/releases/download/v${PV}/powershell-${PV}-1.rhel.7.x86_64.rpm )
|
||||
"
|
||||
|
|
@ -22,7 +20,7 @@ DEPEND=""
|
|||
RDEPEND="${DEPEND}
|
||||
dev-libs/icu
|
||||
sys-libs/libunwind
|
||||
dev-libs/openssl-chacha"
|
||||
dev-libs/openssl:1.0.0"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
|
|
@ -55,3 +55,6 @@ dev-libs/libdwarf
|
|||
|
||||
~dev-libs/rapidjson-1.1.0
|
||||
~dev-libs/elfio-1.0.3
|
||||
|
||||
#required by powershell-bin
|
||||
dev-libs/openssl:1.0.0
|
||||
|
|
|
|||
Loading…
Reference in a new issue