Skip to content

Commit 2f6d0fa

Browse files
committed
app-misc/ixeram: new package, r1
1 parent a98d8f0 commit 2f6d0fa

2 files changed

Lines changed: 36 additions & 0 deletions

File tree

app-misc/ixeram/ixeram-9999.ebuild

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
EAPI=8
2+
3+
inherit cmake git-r3
4+
5+
DESCRIPTION="CLI tool for RAM information and management"
6+
HOMEPAGE="https://github.com/mystergaif/IxeRam"
7+
EGIT_REPO_URI="https://github.com/mystergaif/IxeRam.git"
8+
9+
LICENSE="MIT"
10+
SLOT="0"
11+
KEYWORDS=""
12+
13+
DEPEND="
14+
dev-libs/keystone
15+
dev-libs/capstone
16+
"
17+
RDEPEND="${DEPEND}"
18+
BDEPEND="dev-util/cmake"
19+
20+
src_install() {
21+
cmake_src_install
22+
dobin "${BUILD_DIR}/memdebug"
23+
dosym memdebug /usr/bin/ixeram
24+
dolib.so "${BUILD_DIR}/libspeedhack.so"
25+
}

app-misc/ixeram/metadata.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
3+
<pkgmetadata>
4+
<maintainer type="person">
5+
<email>myster_gaif@protonmail.com</email>
6+
<name>mystergaif</name>
7+
</maintainer>
8+
<upstream>
9+
<remote-id type="github">mystergaif/IxeRam</remote-id>
10+
</upstream>
11+
</pkgmetadata>

0 commit comments

Comments
 (0)