app-admin/blahajdots - 0.7.0 (guru)

Search

Install

Install this version:

emerge -a =app-admin/blahajdots-0.7.0

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

autounmask =app-admin/blahajdots-0.7.0

Or alternatively:

emerge --autounmask-write -a =app-admin/blahajdots-0.7.0

Package Information

Description:
Bespoke dotfile management for sharkgirls
Homepage:
https://codeberg.org/vimproved/blahajdots
License:
GPL-3+ Apache-2.0 MIT MPL-2.0 Unicode-3.0 ZLIB

Ebuild Details

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

EAPI=8

RUST_MIN_VER="1.92.0"

inherit cargo optfeature

DESCRIPTION="Bespoke dotfile management for sharkgirls"
HOMEPAGE="https://codeberg.org/vimproved/blahajdots"

if [[ "${PV}" = "9999" ]]; then
	inherit git-r3
	EGIT_REPO_URI="https://codeberg.org/vimproved/blahajdots.git"
else
	SRC_URI="https://codeberg.org/vimproved/blahajdots/releases/download/v${PV}/${P}.tar.xz"
	KEYWORDS="~amd64"
fi

LICENSE="GPL-3+"
# Dependent crate licenses
LICENSE+=" Apache-2.0 MIT MPL-2.0 Unicode-3.0 ZLIB"
SLOT="0"

DEPEND="dev-libs/glib:2"
RDEPEND="${DEPEND}"

QA_FLAGS_IGNORED="usr/bin/blahajdots"

src_unpack() {
	if [[ "${PV}" = "9999" ]]; then
		git-r3_src_unpack
		cargo_live_src_unpack
	else
		cargo_src_unpack
	fi
}

src_install() {
	cargo_src_install

	insinto /usr/share/blahajdots
	doins -r builtins/*
}

pkg_postinst() {
	optfeature "gsettings backend support" gnome-base/gsettings-desktop-schemas
}

Inherited Eclasses

Dependencies

DEPEND

dev-libs/glib:2

RDEPEND

dev-libs/glib:2

Manifest for 0.7.0

Type File Size Source URLs
DIST blahajdots-0.7.0.tar.xz 13925352 bytes https://codeberg.org/vimproved/blahajdots/releases/download/v0.7.0/blahajdots-0.7.0.tar.xz