From 543cea6b26fc7e31eb4ecc9494377debf3b9a79c Mon Sep 17 00:00:00 2001 From: Alarig Le Lay Date: Sun, 26 Sep 2021 10:55:36 +0200 Subject: [PATCH] www-apps/cinny: New package Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Alarig Le Lay --- www-apps/cinny/Manifest | 1 + www-apps/cinny/cinny-1.3.0.ebuild | 32 +++++++++++++++++++++++++++++++ www-apps/cinny/metadata.xml | 8 ++++++++ 3 files changed, 41 insertions(+) create mode 100644 www-apps/cinny/Manifest create mode 100644 www-apps/cinny/cinny-1.3.0.ebuild create mode 100644 www-apps/cinny/metadata.xml diff --git a/www-apps/cinny/Manifest b/www-apps/cinny/Manifest new file mode 100644 index 0000000..b198644 --- /dev/null +++ b/www-apps/cinny/Manifest @@ -0,0 +1 @@ +DIST cinny-v1.3.0.tar.gz 1329251 BLAKE2B c45bb418325bb352e7aa2941bb3bfcbae20209307ae82e6fdc8609e635b0a881b04dd8b4ae5d8babf06a207ee0058bd6fe2ee9cdd51d941021ac59e9fd897105 SHA512 e74711e07fbb3391591714f27789c9134532314981962c74568e4229d9db9c603b014c55cb045ed160ee164dba0055210b3b95d88a93e81ea008ace2fa023ad0 diff --git a/www-apps/cinny/cinny-1.3.0.ebuild b/www-apps/cinny/cinny-1.3.0.ebuild new file mode 100644 index 0000000..78f53af --- /dev/null +++ b/www-apps/cinny/cinny-1.3.0.ebuild @@ -0,0 +1,32 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit webapp + +DESCRIPTION="Yet another matrix client" +HOMEPAGE="https://cinny.in/ https://github.com/ajbura/cinny/" +MY_GITHUB_AUTHOR="ajbura" +SRC_URI="https://github.com/${MY_GITHUB_AUTHOR}/${PN}/releases/download/v${PV}/${PN}-v${PV}.tar.gz" + +LICENSE="MIT" +KEYWORDS="~amd64 ~x86" + +DEPEND="" +RDEPEND="${DEPEND}" +BDEPEND="" + +src_unpack() { + unpack ${A} + mv dist "${P}" +} + +src_install() { + webapp_src_preinst + + insinto "${MY_HTDOCSDIR}/" + doins -r . + + webapp_src_install +} diff --git a/www-apps/cinny/metadata.xml b/www-apps/cinny/metadata.xml new file mode 100644 index 0000000..17361c3 --- /dev/null +++ b/www-apps/cinny/metadata.xml @@ -0,0 +1,8 @@ + + + + + alarig@swordarmor.fr + Alarig Le Lay + +