Julian Ospald
Sep 20, 2024
EAPI=8
DESCRIPTION="A dummy package"
HOMEPAGE="https://dummy.org"
SRC_URI="https://github.com/dummy/dummy/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD-3"
SLOT="0"
KEYWORDS="~amd64 ~x86 "
IUSE="debug"
RDEPEND="dev-util/boost"
PATCHES=( "${FILESDIR}"/${PN}-4.9.2-disable_python_rpath.patch)
src_configure() {
econf $(use_enable debug)
}
src_compile() {
emake
}
src_test() {
emake test
}
src_install() {
emake DESTDIR="${D}" install
}
Dependencies:
.tar.gz
/.zip
)Dependents:
Both deal with installation, but…
C:foo
/bar
\\?\GLOBALROOT\Device\Harddisk0\Partition2\foo\bar
base
only
Abstract FilePath Proposal:
type String = [Char]
Char
is a unicode code point