www-apps/icecoder: new pkg; add 8.0
Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Maciej Barć <xgqt@protonmail.com>
This commit is contained in:
parent
f6b07c5827
commit
6c12554330
1
www-apps/icecoder/Manifest
Normal file
1
www-apps/icecoder/Manifest
Normal file
@ -0,0 +1 @@
|
||||
DIST icecoder-8.0.tar.gz 732264 BLAKE2B 6e8ae9ab61875276acb6044e4f7ee8e42dd1b70cac6729056e7cee4663c49a9cf8c1b3016b9733620da4577ecd61085703646192cb15e991caa948cbfb32eb01 SHA512 1997921f5643394bbe73ca37931584cebcfea1638026697d485cadf4600a79a76472207410b987b42d46b7f44fd2b54480a67c2063a6cd018dd1317073422226
|
42
www-apps/icecoder/icecoder-8.0.ebuild
Normal file
42
www-apps/icecoder/icecoder-8.0.ebuild
Normal file
@ -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
|
||||
}
|
4
www-apps/icecoder/metadata.xml
Normal file
4
www-apps/icecoder/metadata.xml
Normal file
@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
</pkgmetadata>
|
Loading…
Reference in New Issue
Block a user