diff --git a/www-apps/icecoder/Manifest b/www-apps/icecoder/Manifest new file mode 100644 index 0000000..dc2d270 --- /dev/null +++ b/www-apps/icecoder/Manifest @@ -0,0 +1 @@ +DIST icecoder-8.0.tar.gz 732264 BLAKE2B 6e8ae9ab61875276acb6044e4f7ee8e42dd1b70cac6729056e7cee4663c49a9cf8c1b3016b9733620da4577ecd61085703646192cb15e991caa948cbfb32eb01 SHA512 1997921f5643394bbe73ca37931584cebcfea1638026697d485cadf4600a79a76472207410b987b42d46b7f44fd2b54480a67c2063a6cd018dd1317073422226 diff --git a/www-apps/icecoder/icecoder-8.0.ebuild b/www-apps/icecoder/icecoder-8.0.ebuild new file mode 100644 index 0000000..d4fa0e6 --- /dev/null +++ b/www-apps/icecoder/icecoder-8.0.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +MY_PN="ICEcoder" + +WEBAPP_MANUAL_SLOT="yes" + +inherit webapp + +DESCRIPTION="Browser code editor awesomeness" +HOMEPAGE="https://icecoder.net/" +SRC_URI="https://github.com/${PN}/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +RESTRICT="mirror test" +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + dev-lang/php:7.4 + virtual/httpd-php +" + +S="${WORKDIR}/${MY_PN}-${PV}" + +pkg_setup() { + webapp_pkg_setup +} + +src_install() { + webapp_src_preinst + + insinto "${MY_HTDOCSDIR}" + doins -r . + + webapp_serverowned -R "${MY_HTDOCSDIR}" + webapp_configfile "${MY_HTDOCSDIR}"/.htaccess + + webapp_src_install +} diff --git a/www-apps/icecoder/metadata.xml b/www-apps/icecoder/metadata.xml new file mode 100644 index 0000000..097975e --- /dev/null +++ b/www-apps/icecoder/metadata.xml @@ -0,0 +1,4 @@ + + + +