mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-09 04:51:27 +02:00
kismet_shootout: bump
This commit is contained in:
parent
01f37d3359
commit
2401e3096b
3 changed files with 40 additions and 6 deletions
1
net-wireless/kismet_shootout/Manifest
Normal file
1
net-wireless/kismet_shootout/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST kismet_shootout-0.0_p20190717.tar.gz 15932 BLAKE2B c0c1e7cfdee1bef11ee5fc0fec4e6258bfb16c612f2ad62e79cdca9be66e83f4171c0c5daaabf179474e24e22ac74bc314ac61a826782f49aeda7ea51010daf0 SHA512 e3051f5584f121ad3da7ecc6bf7ac5c4d1c5d0347ed71c70d31e656808c928a3557b550c55a93e6e5d73434041b38ec8175d4e79c762e615f2e8e141d9cc2a7b
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
# Copyright 2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
DESCRIPTION="Kismet WiFi data source shootout"
|
||||
HOMEPAGE="https://github.com/deltj/kis_shootout_python.git"
|
||||
if [ "${PV}" = "9999" ]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/deltj/kis_shootout_python.git"
|
||||
else
|
||||
COMMIT="ac635d8a15efa5b16d3c4f133ed63fb8545bffe3"
|
||||
SRC_URI="https://github.com/deltj/kis_shootout_python/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/kis_shootout_python-${COMMIT}"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
fi
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}"
|
||||
PDEPEND="net-wireless/kismet-rest"
|
||||
BDEPEND=""
|
||||
|
||||
src_install(){
|
||||
newbin shootout kismet_shootout
|
||||
}
|
||||
|
|
@ -3,16 +3,20 @@
|
|||
|
||||
EAPI=7
|
||||
|
||||
inherit git-r3
|
||||
|
||||
DESCRIPTION="Kismet WiFi data source shootout"
|
||||
HOMEPAGE=""
|
||||
SRC_URI=""
|
||||
EGIT_REPO_URI="https://github.com/deltj/kis_shootout_python.git"
|
||||
HOMEPAGE="https://github.com/deltj/kis_shootout_python.git"
|
||||
if [ "${PV}" = "9999" ]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/deltj/kis_shootout_python.git"
|
||||
else
|
||||
COMMIT="ac635d8a15efa5b16d3c4f133ed63fb8545bffe3"
|
||||
SRC_URI="https://github.com/deltj/kis_shootout_python/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/kis_shootout_python-${COMMIT}"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
fi
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS=""
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
|
|
|
|||
Loading…
Reference in a new issue