mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
dev-php/phpspec-prophecy: fix install location
Package-Manager: Portage-3.0.3, Repoman-3.0.0 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
This commit is contained in:
@@ -3,9 +3,12 @@
|
||||
|
||||
EAPI="7"
|
||||
|
||||
MY_PN="prophecy"
|
||||
MY_VENDOR="phpspec"
|
||||
|
||||
DESCRIPTION="Highly opinionated mocking framework"
|
||||
HOMEPAGE="https://github.com/phpspec/prophecy"
|
||||
SRC_URI="https://github.com/phpspec/prophecy/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
SRC_URI="https://github.com/${MY_VENDOR}/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
Reference in New Issue
Block a user