dev-php/laravel-pint - 1.21.2 (php-overlay)

Search

Package Information

Description:
Laravel Pint is an opinionated PHP code style fixer for minimalists
Homepage:
https://github.com/laravel/pint
License:
MIT

Ebuild Details

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

EAPI=8

DESCRIPTION="Laravel Pint is an opinionated PHP code style fixer for minimalists"
HOMEPAGE="https://github.com/laravel/pint"
SRC_URI="https://github.com/laravel/pint/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"

S="${WORKDIR}/pint-${PV}"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"

RDEPEND="dev-lang/php:*"

src_install() {
	dobin ./builds/pint
}

Dependencies

RDEPEND

dev-lang/php:*

Manifest for 1.21.2

Type File Size Source URLs
DIST laravel-pint-1.21.2.tar.gz 13838824 bytes https://github.com/laravel/pint/archive/refs/tags/v1.21.2.tar.gz