app-misc/fox-bix: remove my WIP ebuild that was commited by mistake

Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
This commit is contained in:
Vitaly Zdanevich
2024-03-26 00:43:21 +04:00
parent 76f204be0d
commit cffb2b05a6
2 changed files with 0 additions and 63 deletions

View File

@@ -1 +0,0 @@
DIST flox-1.0.1.x86_64-linux.deb 65052274 BLAKE2B de15df32e033c6528f4386b52e3eaf2445eac0d1dd16e85ecc8b56f308ddc6d216824988155a793ebb1f73ac7172fc4f8066b23778d3c858bbc2e9ad7829fb06 SHA512 6c419ca1a87245a96d3762e5e08110ac06402cd5d5dd1a9ea0f66c572bae5fe2f9473d617a83d60eb47e46577c2a140d2cf5cc5eb2a90c05c15e457300647162

View File

@@ -1,62 +0,0 @@
# Copyright 1999-2024 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Developer environments you can take with you, with Nix inside, live virtual envs"
HOMEPAGE="https://flox.dev"
SRC_URI="https://downloads.flox.dev/by-env/stable/deb/flox-${PV}.x86_64-linux.deb"
inherit unpacker
KEYWORDS="~amd64"
LICENSE="GPL-2"
SLOT="0"
RESTRICT="strip binchecks bindist"
S="${WORKDIR}"
QA_PREBUILT="*"
src_prepare() {
default
echo ==========
ls -lh
echo ==========
echo ========== etc ======
ls -lh etc
echo =====================
echo ========== nix ======
ls -lh nix
echo =====================
echo ========== usr ======
ls -lh usr
echo ==========
tar xvJf usr/share/nix/nix.tar.xz --no-same-owner
bin/nix \
--extra-experimental-features nix-command \
--option substitute false \
copy --from usr/share/nix --all --no-check-sigs
# Now that Nix closure has been extracted, set path to prefer
# tools as provided in installation bundle.
export PATH=/nix/store/bblyj5b3ii8n6v4ra0nb37cmi3lf8rz9-coreutils-9.3/bin:/nix/store/ddkis1jjybv09d6y2xc0q94r87s3ndni-daemonize-1.7.8/bin:/nix/store/l974pi8a5yqjrjlzmg6apk0jwjv81yqw-findutils-4.9.0/bin:/nix/store/9c5qm297qnvwcf7j0gm01qrslbiqz8rs-gnused-4.9/bin:$PATH
}
src_install() {
# Not dobin because dobin doing chmod -x (making not executable)
cp -r nix "${ED}"
}
pkg_postinst() {
einfo "TODO some quck start advice OR link to a documentation"
}