mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-11 08:03:16 -04:00
21 lines
416 B
Bash
21 lines
416 B
Bash
HOMEPAGE="https://github.com/GrapheneOS/hardened_malloc"
|
|
SRC_URI="https://github.com/GrapheneOS/hardened_malloc/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
|
|
|
|
LICENSE="MIT"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64"
|
|
|
|
src_test() {
|
|
emake test
|
|
}
|
|
|
|
src_compile() {
|
|
emake VARIANT=light
|
|
emake VARIANT=default
|
|
}
|
|
|
|
src_install() {
|
|
dolib.so out-light/libhardened_malloc-light.so
|
|
dolib.so out/libhardened_malloc.so
|
|
}
|