media-video/flaldf-bin - 0.1b (tatsh-overlay)

Search

Install

Install this version:

emerge -a =media-video/flaldf-bin-0.1b

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =media-video/flaldf-bin-0.1b

Or alternatively:

emerge --autounmask-write -a =media-video/flaldf-bin-0.1b

Package Information

Description:
GPU accelerated compression to FLAC
Homepage:
https://github.com/TokugawaHeavyIndustries/FlaLDF
License:
GPL-2

Ebuild Details

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

EAPI=8

DESCRIPTION="GPU accelerated compression to FLAC"
HOMEPAGE="https://github.com/TokugawaHeavyIndustries/FlaLDF"
MY_PN="FlaLDF"
SRC_URI="https://github.com/TokugawaHeavyIndustries/${MY_PN}/releases/download/v${PV:0:3}b/${MY_PN}-v${PV:0:3}-2-linux-x64.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT="strip"

src_install() {
	dobin "${MY_PN,,}"
}

Manifest for 0.1b

Type File Size Source URLs
DIST flaldf-bin-0.1b.tar.gz 8420206 bytes https://github.com/TokugawaHeavyIndustries/FlaLDF/releases/download/v0.1b/FlaLDF-v0.1-2-linux-x64.tar.gz