app-accessibility/vibe-bin: add new package
Signed-off-by: Alexander Miroshnichenko <alex@millerson.name>
This commit is contained in:
parent
3c3e7c688c
commit
85ca5aac6e
1
app-accessibility/vibe-bin/Manifest
Normal file
1
app-accessibility/vibe-bin/Manifest
Normal file
@ -0,0 +1 @@
|
|||||||
|
DIST vibe-3.0.5-1.x86_64.rpm 19535324 BLAKE2B 45e1991e5510779f5a495ca7e5fced454df24790fb4e4ace26bf7a93798b203b43d2001f9b467e4045d8aed373b7b319cbd46c2943abeb4c0e5b1902221f4519 SHA512 568f17d668b71176fa6024024b63ae3f201c5ae6a6e9ab9efac22e10088fb6144ab210e78d70935ebd94cf9fcc153c71da8fa60a745ce65e55ac0e6512f14a45
|
||||||
29
app-accessibility/vibe-bin/vibe-bin-3.0.5.ebuild
Normal file
29
app-accessibility/vibe-bin/vibe-bin-3.0.5.ebuild
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
# Copyright 2025 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=8
|
||||||
|
|
||||||
|
inherit rpm
|
||||||
|
|
||||||
|
MY_PN="${PN/-bin/}"
|
||||||
|
DESCRIPTION="Transcribe audio / video offline using OpenAI Whisper"
|
||||||
|
HOMEPAGE="https://thewh1teagle.github.io/vibe/"
|
||||||
|
SRC_URI="https://github.com/thewh1teagle/${MY_PN}/releases/download/v${PV}/${MY_PN}-${PV}-1.x86_64.rpm"
|
||||||
|
|
||||||
|
LICENSE="MIT"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64"
|
||||||
|
|
||||||
|
DEPEND="net-libs/webkit-gtk:4.1
|
||||||
|
x11-libs/gtk+:3
|
||||||
|
media-libs/vulkan-loader"
|
||||||
|
RDEPEND="${DEPEND}"
|
||||||
|
BDEPEND=""
|
||||||
|
|
||||||
|
S="${WORKDIR}/usr"
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
insinto /opt/${MY_PN}
|
||||||
|
cp -pR --reflink=auto . "${D}/opt/${MY_PN}" || die "Failed to install the package into '/opt/${PN}'"
|
||||||
|
dosym "/opt/${MY_PN}/bin/${MY_PN}" /usr/bin/"${MY_PN}"
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user