| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.21.2 | 8 | ~amd64 ~arm ~arm64 ~x86 | 0 |
# 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
}
dev-lang/php:*
| 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 |