parent
d4688c3ba8
commit
5d3fa60a12
16
www-apps/simpleid/metadata.xml
Normal file
16
www-apps/simpleid/metadata.xml
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||||
|
<pkgmetadata>
|
||||||
|
<maintainer type="person">
|
||||||
|
<email>gentoo@tastytea.de</email>
|
||||||
|
<name>tastytea</name>
|
||||||
|
</maintainer>
|
||||||
|
<upstream>
|
||||||
|
<maintainer>
|
||||||
|
<name>Kelvin Mo</name>
|
||||||
|
<email>kmo@users.sourceforge.net</email>
|
||||||
|
</maintainer>
|
||||||
|
<doc>https://simpleid.koinic.net/docs/2/</doc>
|
||||||
|
<bugs-to>https://github.com/simpleid/simpleid/issues</bugs-to>
|
||||||
|
</upstream>
|
||||||
|
</pkgmetadata>
|
38
www-apps/simpleid/simpleid-9999.ebuild
Normal file
38
www-apps/simpleid/simpleid-9999.ebuild
Normal file
|
@ -0,0 +1,38 @@
|
||||||
|
# Copyright 1999-2018 Gentoo Foundation
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=6
|
||||||
|
inherit git-r3
|
||||||
|
|
||||||
|
KEYWORDS=""
|
||||||
|
|
||||||
|
DESCRIPTION="A simple, personal OpenID provider written in PHP"
|
||||||
|
HOMEPAGE="http://simpleid.koinic.net/"
|
||||||
|
EGIT_REPO_URI="https://github.com/simpleid/simpleid.git"
|
||||||
|
|
||||||
|
LICENSE="GPL-2"
|
||||||
|
SLOT="2"
|
||||||
|
IUSE=""
|
||||||
|
|
||||||
|
RDEPEND=">=dev-lang/php-7.1.18:*
|
||||||
|
>=dev-php/spyc-0.6.1
|
||||||
|
>=dev-php/symfony-console-2.7.9-r1"
|
||||||
|
DEPEND="${RDEPEND}
|
||||||
|
>=dev-php/phing-2.16.1"
|
||||||
|
|
||||||
|
src_unpack() {
|
||||||
|
git-r3_src_unpack
|
||||||
|
}
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
mv www/config.php{.dist,}
|
||||||
|
insinto /usr/share/webapps/simpleid
|
||||||
|
doins -r www
|
||||||
|
|
||||||
|
dodoc README.md identities/example*
|
||||||
|
}
|
||||||
|
|
||||||
|
pkg_postinst() {
|
||||||
|
elog "Read https://simpleid.koinic.net/docs/2/installing/#directories carefully"
|
||||||
|
elog "to learn how to proceed with the installation."
|
||||||
|
}
|
Reference in New Issue
Block a user