1 # Copyright 2023 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
4 # Auto-Generated by cargo-ebuild 0.5.4-r1
28 windows-targets@0.48.5
29 windows_aarch64_gnullvm@0.48.5
30 windows_aarch64_msvc@0.48.5
31 windows_i686_gnu@0.48.5
32 windows_i686_msvc@0.48.5
33 windows_x86_64_gnu@0.48.5
34 windows_x86_64_gnullvm@0.48.5
35 windows_x86_64_msvc@0.48.5
40 DESCRIPTION
="A container runtimer wrapper for OCI (distrobox/toolbox, also podman/docker)"
41 # Double check the homepage as the cargo_metadata crate
42 # does not provide this value so instead repository is used
43 HOMEPAGE
="https://github.com/xz-dev/distrobox-boost"
44 SRC_URI
="${CARGO_CRATE_URIS}"
45 if [[ ${PV} == 9999 ]]; then
47 EGIT_REPO_URI
="https://github.com/xz-dev/${PN}.git"
49 SRC_URI
+=" https://github.com/xz-dev/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
52 # License set may be more restrictive as OR is not respected
53 # use cargo-license for a more accurate license picture
56 KEYWORDS
="~amd64 ~x86"
58 DEPEND
="app-containers/distrobox"
61 # rust does not use *FLAGS from make.conf, silence portage warning
62 # update with proper path to binaries this crate installs, omit leading /
63 QA_FLAGS_IGNORED
="usr/bin/${PN}"
66 if [[ ${PV} = *9999* ]]; then