media-sound/flack - 2.0.6 (gentoo)

Search

Package Information

Description:
edit FLAC tags from command line
Homepage:
https://sourceforge.net/projects/flack/
License:
GPL-1

Ebuild Details

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

EAPI=8

DESCRIPTION="edit FLAC tags from command line"
HOMEPAGE="https://sourceforge.net/projects/flack/"
SRC_URI="https://downloads.sourceforge.net/project/${PN}/${PN}/${PV}/${P}.tar.gz"

LICENSE="GPL-1"
SLOT="0"
KEYWORDS="~amd64 ~x86"

RDEPEND=">=app-shells/bash-3.2
	>=media-libs/flac-1.2.1"

src_install() {
	dobin flack
	insinto etc
	doins flackrc
	dodoc ChangeLog README
}

Dependencies

RDEPEND

>=app-shells/bash-3.2
	>=media-libs/flac-1.2.1

Manifest for 2.0.6

Type File Size Source URLs
DIST flack-2.0.6.tar.gz 16273 bytes https://downloads.sourceforge.net/project/flack/flack/2.0.6/flack-2.0.6.tar.gz