mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-07 13:44:38 +02:00
24 lines
523 B
Bash
24 lines
523 B
Bash
# Copyright 2022-2025 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
inherit cmake
|
|
|
|
CommitId=c278588e34e535f0bb8f00df3880d26928038cad
|
|
|
|
DESCRIPTION="ONNXIFI with Facebook Extension"
|
|
HOMEPAGE="https://github.com/houseroad/foxi/"
|
|
SRC_URI="https://github.com/houseroad/${PN}/archive/${CommitId}.tar.gz
|
|
-> ${P}.tar.gz"
|
|
|
|
S="${WORKDIR}"/${PN}-${CommitId}
|
|
|
|
LICENSE="MIT"
|
|
SLOT="0"
|
|
KEYWORDS="amd64 ~arm64"
|
|
|
|
RESTRICT="test" # No test available
|
|
|
|
PATCHES=(
|
|
"${FILESDIR}"/${P}-gentoo.patch
|
|
)
|