Added a lot of PHP packages for the defunct volkszaehler ebuild
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
DIST metadata-minifier-1.0.0.tar.gz 2505 BLAKE2B 0312338b7d0c4b2c679c8bb054d11a785495faa8bc20c078ece89cbbfe8cfb7a8944eb248e7adc772c8309f416fcff5c81d920f35b4712f45bd4a7c7eb1291e7 SHA512 19915f67e8a00595e5582f7be8edbc22b322ce3d4c9e687105ea83c4789b9590c5cef967ee8a5614e938e13e262585e7377fc1e45f3a3e05340bf8ddcfe8fc72
|
||||
EBUILD metadata-minifier-1.0.0.ebuild 760 BLAKE2B 3a5a0cf1c41713abe567727d0b6960cbaf80338c351ee0bb7e97f1a3d7b559450882316d4274c423dfd55a3e84b76c1495f956f123960de80f3a86884948706e SHA512 2af27af8edb78e020fdd274e45207f8f9c940f705923fc92adc9a173c7a6f34dd77ba84c6a83a53565afd7bbede45e1a76c2ac529aba42ef0992ccfc94bf1969
|
||||
MISC metadata.xml 235 BLAKE2B 048c75fb9831c9d71d030bb127318405f5aac6fdec1464d5232e9adfe3ad9691a665d721ca5b363ff8fd861c4cf0c061e661f6ce1c75d853792bc9a80613e43e SHA512 1812c7a9062604b2260e011704d3e1cdf92d3677a27f5f22a726f420e7c8d7b324f538a125b77de0d56f02a863b144e33dd4c13a0f4427468f676b207d3a8667
|
||||
@@ -0,0 +1,37 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DESCRIPTION="Small utility library that handles metadata minification and expansion."
|
||||
HOMEPAGE="https://github.com/composer/metadata-minifier"
|
||||
SRC_URI="https://github.com/composer/metadata-minifier/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
S="${WORKDIR}/metadata-minifier-${PV}"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
|
||||
BDEPEND="dev-php/theseer-Autoload"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-lang/php-7.4:*
|
||||
dev-php/fedora-autoloader
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
phpab \
|
||||
--output autoload.php \
|
||||
--template fedora2 \
|
||||
--basedir src \
|
||||
src \
|
||||
|| die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
insinto "/usr/share/php/Composer/MetadataMinifier"
|
||||
doins -r *.php src/*
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<upstream>
|
||||
<remote-id type="github">composer/metadata-minifier</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user