dev-util/symfony-cli - 5.15.1 (php-overlay)

Search

Package Information

Description:
Symfony CLI tool
Homepage:
https://github.com/symfony-cli/symfony-cli
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
5.15.1 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8

inherit go-module

DESCRIPTION="Symfony CLI tool"
HOMEPAGE="https://github.com/symfony-cli/symfony-cli"
SRC_URI="https://github.com/symfony-cli/symfony-cli/archive/refs/tags/v${PV}.tar.gz"
SRC_URI+=" https://github.com/jamiel/gentoo-overlay-files/raw/refs/heads/main/symfony-cli-${PV}-vendor.tar.xz"
SLOT="0"
S="${WORKDIR}/symfony-cli-${PV}"
KEYWORDS="~amd64"
IUSE=""
RDEPEND=""
DEPEND="${RDEPEND}"
LICENSE="GPL-3"

BDEPEND=">=dev-lang/go-1.25.0"

src_compile() {
	ego build -o "${PN}" .
}

src_install() {
	dobin "${PN}"
	dosym "${PN}" /usr/bin/symfony
}

Dependencies

BDEPEND

>=dev-lang/go-1.25.0

Manifest for 5.15.1

Type File Size Source URLs
DIST v5.15.1.tar.gz 290450 bytes https://github.com/symfony-cli/symfony-cli/archive/refs/tags/v5.15.1.tar.gz