memorpy: new ebuild (need for app-forensics/lazagne)

This commit is contained in:
Yury Martynov 2019-04-20 21:51:48 +03:00
parent 0d4f5ba454
commit c5e325bb64
No known key found for this signature in database
GPG key ID: EBE62DD0CCEAE19E
4 changed files with 36 additions and 0 deletions

View file

@ -0,0 +1 @@
DIST memorpy-20170523.tar.gz 29214 BLAKE2B d5324e460f01df9dfc71b6c91c6ada473b58f293c9fb7afe2f87105983573f2689bea4733c7fa4d8a97199dae2c6741fa7f598fd71881dcc6c8b60a1968de8ad SHA512 81ca82b395a5d4d8ba3a1b2eb00fffb52accda2822f2ef9ce330d403a94c616f5cee4ee138020d4caa75496dd4d34cf2addb405b74d419b0414770407516bf01

View file

@ -0,0 +1 @@
memorpy-99999999.ebuild

View file

@ -0,0 +1,26 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1
DESCRIPTION="Python library using ctypes to search/edit programs memory"
HOMEPAGE="https://github.com/n1nj4sec/memorpy"
if [[ ${PV} == *9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/n1nj4sec/memorpy"
else
#snapshot
HASH_COMMIT="adcc002045a6db29f2d3f3b5666fb4a90bab1bd5"
SRC_URI="https://github.com/n1nj4sec/memorpy/archive/${HASH_COMMIT}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}/${PN}-${HASH_COMMIT}"
fi
LICENSE="GPL-3"
SLOT="0"
DEPEND=""
RDEPEND="${PYTHON_DEPS}"

View file

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>email@linxon.ru</email>
<name>Yury Martynov</name>
</maintainer>
</pkgmetadata>