Add package media-sound/exhale

pull/3/head^2
Alexander Miroshnichenko 2021-01-21 15:46:44 +03:00
parent 4494e59173
commit 81a8b783d5
Signed by: alex
GPG Key ID: E93720C6C73A77F4
2 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,2 @@
DIST exhale-1.1.1.tar.bz2 109910 BLAKE2B 5cbe9fbeea00224a9aea768232e7695e182695a34e2bb1826b618e10d7679368936e99347dbc774f16ef95139b3d60c71994b475749463d5385accae089fa092 SHA512 57ec563aeac47c33a510486b673130cad74a3c18042743e34afaef49df9472df1c797dc26516ff037b8232b8075a651c6b51db187e8f43c99ceff18fd4a30a51
EBUILD exhale-1.1.1.ebuild 442 BLAKE2B aa200d49945d98e9dd5ed9f7d6eb1a549ee5920f930332772bf8512abd88839ac3f599e5ef058e62ea17b5d00aa6588aa90bc813d65af600bb3575c017b8ca78 SHA512 212a3cf5eaf842dcf1518afdb0d5626b88c638e6f8d80798a21dd7f9553432105abb63cce5890ae6ca865268bb223bd53b15666fa39c616ef7e7e3ee745e3d89

View File

@ -0,0 +1,20 @@
# 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}"