media-sound/reflac - 2.0.1 (sunset-repo)

Search

Package Information

Description:
Recompress FLAC files while preserving tags
Homepage:
https://github.com/chungy/reflac
License:
ISC

Ebuild Details

Version EAPI Keywords Slot
2.0.1 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

# Source: Written from scratch for sunset-repo overlay

EAPI=8

DESCRIPTION="Recompress FLAC files while preserving tags"
HOMEPAGE="https://github.com/chungy/reflac"
SRC_URI="https://github.com/chungy/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="ISC"
SLOT="0"
KEYWORDS="~amd64 ~x86"

RDEPEND="app-shells/bash"
BDEPEND="app-text/asciidoc"

DOCS=(
	"${S}/README.adoc"
	"${S}/NEWS.adoc"
)

src_install() {
	emake install prefix=/usr DESTDIR="${D}"
	einstalldocs
}

Dependencies

RDEPEND

app-shells/bash

BDEPEND

app-text/asciidoc

Manifest for 2.0.1

Type File Size Source URLs
DIST reflac-2.0.1.tar.gz 6614 bytes https://github.com/chungy/reflac/archive/refs/tags/2.0.1.tar.gz