gentoo-overlay/media-sound/exhale/exhale-1.1.9.1.ebuild

21 lines
426 B
Bash
Raw Normal View History

2021-01-21 15:46:44 +03:00
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
2022-07-25 19:43:42 +03:00
EAPI=8
2021-01-21 15:46:44 +03:00
inherit cmake
DESCRIPTION="Open source xHE-AAC encoder"
HOMEPAGE="https://gitlab.com/ecodis/exhale"
2022-07-25 19:41:28 +03:00
SRC_URI="https://gitlab.com/ecodis/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.bz2 -> ${P}.tar.bz2"
2021-01-21 15:46:44 +03:00
LICENSE="Custom"
SLOT="0"
KEYWORDS="~amd64 ~x86"
DEPEND=""
RDEPEND="${DEPEND}"
2022-07-25 19:43:42 +03:00
BDEPEND=""
2021-01-21 15:46:44 +03:00
S="${WORKDIR}/${PN}-v${PV}"