www-apps/cinny: New package
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
This commit is contained in:
parent
92da356860
commit
543cea6b26
1
www-apps/cinny/Manifest
Normal file
1
www-apps/cinny/Manifest
Normal file
|
@ -0,0 +1 @@
|
||||||
|
DIST cinny-v1.3.0.tar.gz 1329251 BLAKE2B c45bb418325bb352e7aa2941bb3bfcbae20209307ae82e6fdc8609e635b0a881b04dd8b4ae5d8babf06a207ee0058bd6fe2ee9cdd51d941021ac59e9fd897105 SHA512 e74711e07fbb3391591714f27789c9134532314981962c74568e4229d9db9c603b014c55cb045ed160ee164dba0055210b3b95d88a93e81ea008ace2fa023ad0
|
32
www-apps/cinny/cinny-1.3.0.ebuild
Normal file
32
www-apps/cinny/cinny-1.3.0.ebuild
Normal file
|
@ -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
|
||||||
|
}
|
8
www-apps/cinny/metadata.xml
Normal file
8
www-apps/cinny/metadata.xml
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||||
|
<pkgmetadata>
|
||||||
|
<maintainer type="person">
|
||||||
|
<email>alarig@swordarmor.fr</email>
|
||||||
|
<name>Alarig Le Lay</name>
|
||||||
|
</maintainer>
|
||||||
|
</pkgmetadata>
|
Loading…
Reference in a new issue