mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
raft-wordlists: fix build failure
This commit is contained in:
parent
26b889a54f
commit
61e591a547
1 changed files with 7 additions and 2 deletions
|
|
@ -3,17 +3,22 @@
|
|||
|
||||
EAPI="8"
|
||||
|
||||
inherit unpacker
|
||||
|
||||
DESCRIPTION="Raft wordlists"
|
||||
HOMEPAGE="http://code.google.com/p/raft/"
|
||||
SRC_URI="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/raft/${P}.7z"
|
||||
|
||||
S="${WORKDIR}/"
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="alpha amd64 ~hppa ppc ppc64 sparc x86"
|
||||
|
||||
DEPEND="app-arch/p7zip"
|
||||
|
||||
S="${WORKDIR}/"
|
||||
src_unpack() {
|
||||
unpack_7z "${A}"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
insinto /usr/share/dict/raft-wordlists
|
||||
|
|
|
|||
Loading…
Reference in a new issue