Added a lot of PHP packages for the defunct volkszaehler ebuild
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
DIST seld-phar-utils-1.2.1.tar.gz 4384 BLAKE2B 86900fa9fcb5744b7673779f71e4f8941a22f107e77dcec8a9575b629394639930c88d91d803bb659b89580fa241184844f83f1ff1278cb7bf42ccbb01197e17 SHA512 9366eb87fed17ea02efb994357fec8fb8f10363d27151b11a04294c8962a2261cb7f9f7aeb3d2a6a4ba2cf44c97252635cb01a7ca95e0d24586f0142be54694c
|
||||
EBUILD seld-phar-utils-1.2.1.ebuild 753 BLAKE2B 1db048c9fce0c40ef42e3510095eea2c62f0c4c679e502343420f4a1ca5ff603fd78d3238d8fe82eb35ad2f71242879312ccb7acf793e93fde15f663fc601036 SHA512 92b65b572fe64c78b15f486e5114592f61dc6cf2e9c268490f14d8ac795295b791ec478dafa07be959607c06979df901f14423d9e063bc5f6bf31aa0fd8a34ae
|
||||
MISC metadata.xml 227 BLAKE2B 14c92f085ab06fec8b7058c53452cbeaba29c891ef42efc6f9f634121ffb82ec5a2f66cc0892958422a8e3ae2239345c2341ef0c4bb341f4f54471f5a6750a40 SHA512 6cca657d85a4b543d39128338347a60c1e86a1db6aa5fb58e69be5790d315be3213c038392b26caa66f96b2ee4f59c00434cfe0b48eefb2ed5e4744f0f945bd0
|
||||
@@ -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">Seldaek/phar-utils</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
@@ -0,0 +1,41 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DESCRIPTION="PHAR file format utilities, for when PHP phars you up"
|
||||
HOMEPAGE="https://github.com/Seldaek/phar-utils"
|
||||
SRC_URI="https://github.com/Seldaek/phar-utils/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
S="${WORKDIR}/phar-utils-${PV}"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
|
||||
BDEPEND="
|
||||
dev-php/theseer-Autoload
|
||||
!dev-php/phar-utils
|
||||
"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-lang/php-5.3:*
|
||||
dev-php/fedora-autoloader
|
||||
!dev-php/phar-utils
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
phpab \
|
||||
--output autoload.php \
|
||||
--template fedora2 \
|
||||
--basedir . \
|
||||
. \
|
||||
|| die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
insinto "/usr/share/php/Seld/PharUtils"
|
||||
doins -r *.php src src/*
|
||||
}
|
||||
Reference in New Issue
Block a user