mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-01-03 14:25:30 +01:00
routerkeygen: initial ebuild
This commit is contained in:
parent
d5dd5f7ba1
commit
b68e49f324
1 changed files with 24 additions and 0 deletions
24
app-crypt/routerkeygen/routerkeygen-9999.ebuild
Normal file
24
app-crypt/routerkeygen/routerkeygen-9999.ebuild
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
inherit cmake-utils git-r3
|
||||
|
||||
DESCRIPTION="generate default WPA/WEP keys for some routers"
|
||||
HOMEPAGE="https://routerkeygen.github.io/"
|
||||
EGIT_REPO_URI="https://github.com/routerkeygen/routerkeygenPC.git"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS=""
|
||||
IUSE=""
|
||||
|
||||
DEPEND="dev-qt/qtscript
|
||||
dev-qt/qtnetwork
|
||||
dev-qt/qtwidgets
|
||||
dev-libs/openssl:0=
|
||||
dev-qt/qtdbus
|
||||
dev-qt/qtgui
|
||||
dev-qt/qtcore"
|
||||
RDEPEND="${DEPEND}"
|
||||
Loading…
Reference in a new issue