dev-python/agate: Bump to 1.13.0
[gentoo/gentoo.git] / dev-php / spdx-licenses / spdx-licenses-1.5.4.ebuild
blob7a74e42a2f7d5c9142c28e9d9a920d3ec381b5d6
1 # Copyright 1999-2024 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
4 EAPI=7
6 DESCRIPTION="Tools for working with and validating SPDX licenses"
7 HOMEPAGE="https://github.com/composer/spdx-licenses"
8 SRC_URI="https://github.com/composer/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
10 LICENSE="MIT"
11 SLOT="0"
12 KEYWORDS="amd64 ~arm64 x86"
14 RDEPEND="
15         dev-lang/php:*
16         dev-php/fedora-autoloader"
18 src_install() {
19         insinto "/usr/share/php/Composer/res"
20         doins -r res/.
22         insinto "/usr/share/php/Composer/Spdx"
23         doins -r src/. "${FILESDIR}"/autoload.php
24         dodoc README.md