net-wireless/kismetmobiledashboard: add tag release

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Rick Farina <zerochaos@gentoo.org>
This commit is contained in:
Rick Farina
2019-03-26 11:46:49 -04:00
parent e915ed35a0
commit 1fe7dcf098
3 changed files with 43 additions and 5 deletions

View File

@@ -0,0 +1 @@
DIST kismetmobiledashboard-1.5_beta1.tar.gz 2305979 BLAKE2B 05e1f41b02688d2d432ff805b454fc948d387111ab2cf45a7ef72e9421a410a2fe479eca5a9f7eb56f58c807aeb47c1cc0a75c135ee3fb6faee2b979cc89894b SHA512 6abb5bd89b80ed4012d119d7111128bca2625d63f1cb36ab50b79e68b14f355b4c788b1290a720bb51268903b428a42dfffcb4373a2170a3d32aef5c140a9e91

View File

@@ -0,0 +1,33 @@
# Copyright 2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python2_7 python3_{6,7} )
DESCRIPTION="Mobile UI for kismet"
HOMEPAGE="https://github.com/elkentaro/KismetMobileDashboard"
if [ "${PV}" = "9999" ]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/elkentaro/KismetMobileDashboard.git"
else
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
SRC_URI="https://github.com/elkentaro/KismetMobileDashboard/archive/V1.5-beta.1.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/KismetMobileDashboard-1.5-beta.1"
fi
LICENSE="GPL-2"
SLOT="0"
IUSE=""
DEPEND="net-wireless/kismet"
RDEPEND="${DEPEND}"
BDEPEND=""
src_compile() {
KIS_SRC_DIR="/usr/share/kismet" emake
}
src_install() {
DESTDIR="${ED}" KIS_SRC_DIR="/usr/share/kismet" emake install
}

View File

@@ -4,19 +4,23 @@
EAPI=7
PYTHON_COMPAT=( python2_7 python3_{6,7} )
inherit git-r3
DESCRIPTION="Mobile UI for kismet"
HOMEPAGE="https://github.com/elkentaro/KismetMobileDashboard"
SRC_URI=""
EGIT_REPO_URI="https://github.com/elkentaro/KismetMobileDashboard.git"
if [ "${PV}" = "9999" ]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/elkentaro/KismetMobileDashboard.git"
else
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
SRC_URI="https://github.com/elkentaro/KismetMobileDashboard/archive/V1.5-beta.1.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/KismetMobileDashboard-1.5-beta.1"
fi
LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""
IUSE=""
DEPEND=""
DEPEND="net-wireless/kismet"
RDEPEND="${DEPEND}"
BDEPEND=""