mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 00:16:22 +01:00
26 lines
496 B
Bash
26 lines
496 B
Bash
# Copyright 1999-2019 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
inherit git-r3
|
|
|
|
DESCRIPTION="dump mysql client password from memory"
|
|
HOMEPAGE="https://github.com/hc0d3r/mysql-magic"
|
|
EGIT_REPO_URI="https://github.com/hc0d3r/mysql-magic.git"
|
|
|
|
LICENSE="MIT"
|
|
SLOT="0"
|
|
KEYWORDS=""
|
|
|
|
IUSE=""
|
|
|
|
#src_prepare() {
|
|
# eapply "${FILESDIR}/pull3-cosmetic.patch"
|
|
# eapply "${FILESDIR}/ignotum_pull2-ldflags.patch"
|
|
# eapply_user
|
|
#}
|
|
|
|
src_install() {
|
|
dobin ${PN}
|
|
}
|