added norby package
This commit is contained in:
parent
9012867b6c
commit
27ef48d0f8
14
dev-python/norby/metadata.xml
Normal file
14
dev-python/norby/metadata.xml
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||||
|
<pkgmetadata>
|
||||||
|
<maintainer type="person">
|
||||||
|
<email>klugh@ethz.ch</email>
|
||||||
|
<name>Hendrik Klug</name>
|
||||||
|
</maintainer>
|
||||||
|
<longdescription>
|
||||||
|
Get notified via a telegram bot when your bash command finished.
|
||||||
|
</longdescription>
|
||||||
|
<upstream>
|
||||||
|
<remote-id type="github">Jimmy2027/NORBY</remote-id>
|
||||||
|
</upstream>
|
||||||
|
</pkgmetadata>
|
30
dev-python/norby/norby-9999.ebuild
Normal file
30
dev-python/norby/norby-9999.ebuild
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
# Copyright 1999-2020 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=7
|
||||||
|
|
||||||
|
PYTHON_COMPAT=( python3_{7..9} )
|
||||||
|
|
||||||
|
inherit distutils-r1
|
||||||
|
inherit git-r3
|
||||||
|
|
||||||
|
DESCRIPTION="Get notified via a telegram bot when your bash command finished."
|
||||||
|
HOMEPAGE="https://github.com/Jimmy2027/NORBY"
|
||||||
|
#SRC_URI="https://github.com/Jimmy2027/NORBY/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||||
|
EGIT_REPO_URI="https://github.com/Jimmy2027/NORBY.git"
|
||||||
|
KEYWORDS="~amd64 ~x86"
|
||||||
|
LICENSE="GNU General Public License v3.0"
|
||||||
|
SLOT="0"
|
||||||
|
DEPEND="
|
||||||
|
dev-python/requests
|
||||||
|
"
|
||||||
|
|
||||||
|
RDEPEND="${DEPEND}"
|
||||||
|
|
||||||
|
src_unpack() {
|
||||||
|
git-r3_src_unpack
|
||||||
|
}
|
||||||
|
|
||||||
|
python_install_all() {
|
||||||
|
distutils-r1_python_install_all
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user