21 lines
442 B
Bash
21 lines
442 B
Bash
# Copyright 2021 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=7
|
|
|
|
inherit cmake
|
|
|
|
DESCRIPTION="Open source xHE-AAC encoder"
|
|
HOMEPAGE="https://gitlab.com/ecodis/exhale"
|
|
SRC_URI="https://gitlab.com/ecodis/exhale/-/archive/v1.1.1/exhale-v1.1.1.tar.bz2 -> ${P}.tar.bz2"
|
|
|
|
LICENSE="Custom"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~x86"
|
|
|
|
DEPEND=""
|
|
RDEPEND="${DEPEND}"
|
|
BDEPEND="dev-util/cmake"
|
|
|
|
S="${WORKDIR}/${PN}-v${PV}"
|