File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments