agvxov-overlay/dev-build/bake/bake-9999.ebuild
2024-10-17 17:52:21 +02:00

26 lines
452 B
Bash

# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
EGIT_REPO_URI="https://bis64wqhh3louusbd45iyj76kmn4rzw5ysawyan5bkxwyzihj67c5lid.onion/emil/bake.git"
inherit git-r3-tor
DESCRIPTION="A tool to run embedded scripts."
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 x86"
DEPEND="sys-devel/flex"
RDEPEND=""
BDEPEND=""
src_compile() {
true
}
src_install() {
TARGET="${D}/usr/local" sh install.sh
}