appmon: add desc and homepage

This commit is contained in:
blshkv 2019-02-06 18:06:27 +08:00
parent 0932356e35
commit 3544475900
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F

View file

@ -1,14 +1,13 @@
# Copyright 1999-2018 Gentoo Authors
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python2_7 )
inherit python-single-r1
#inherit python-r1
DESCRIPTION=""
HOMEPAGE=""
DESCRIPTION="Monitoring and tampering API calls of MacOS and iOS/Android apps"
HOMEPAGE="https://dpnishant.github.io/appmon/"
SRC_URI="https://github.com/dpnishant/appmon/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"