Added a lot of PHP packages for the defunct volkszaehler ebuild
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
DIST voku-portable-ascii-2.0.3.tar.gz 123428 BLAKE2B 2e69a9e3f1824a22bc6b7cfccb86c9b2441e144930ae3620cffd78609afc3923fda7cb252cb6c5701445dea96c4390899a2207d3eafe4bf40c6e4b4796883b76 SHA512 c49c23a2970aa938bfd642f8910e53568446709143762446f8a0191b4bb03e619bd98a675dfb127f4888ac4e35684c2d739149d4e4f44842afad30ab6c346dc9
|
||||
EBUILD voku-portable-ascii-2.0.3.ebuild 737 BLAKE2B d2b8c4f6978b6bdb3c3c03563ad22ed09bb3fc734a541f5f54a939869fa0307d081fe81da581d13f70c76d1f21b409c5a7837b44ce300ad6824cd0cc59176e31 SHA512 74076ec4eafdbd3279d12e800fe9f48e23e2dd1ef90ffc50145c9738a9b72b8dc4b1047c06188c515ca08a617745f2a6ec34304a95232d1065f0631be791890d
|
||||
MISC metadata.xml 228 BLAKE2B 434c4e2f98d432c35cb323093163f3f24039356d9f7f08a91bc0f8451df0059934f57500013ec9030221b15b4e37e096c0d60890e5c7cd8dd13322da29d6f012 SHA512 ebdaa1930a59e213c857b52bda11a1fcad5c5b09524717fc48e0f5ade06efa0d0a898fd771fcda67e185d227abf1e82ebeb1eefde2d53d620175be03430d8de9
|
||||
@@ -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">voku/portable-ascii</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
@@ -0,0 +1,38 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DESCRIPTION="Portable ASCII library - performance optimized (ascii) string functions for php."
|
||||
HOMEPAGE="https://github.com/voku/portable-ascii"
|
||||
SRC_URI="https://github.com/voku/portable-ascii/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
S="${WORKDIR}/portable-ascii-${PV}"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
|
||||
BDEPEND="dev-php/theseer-Autoload"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-lang/php-7.0:*
|
||||
dev-php/fedora-autoloader
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
phpab \
|
||||
--quiet \
|
||||
--output autoload.php \
|
||||
--template fedora2 \
|
||||
--basedir . \
|
||||
. \
|
||||
|| die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
insinto "/usr/share/php/voku"
|
||||
doins -r *.php src
|
||||
}
|
||||
Reference in New Issue
Block a user