app-shells/complete-alias - 1.18.0 (nadevko)

Search

Install

Install this version:

emerge -a =app-shells/complete-alias-1.18.0

Package Information

Description:
Automagical shell alias completion
Homepage:
https://github.com/cykerway/complete-alias
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
1.18.0 9 ~* amd64 0
View Raw Ebuild
# Copyright 2026 Nadeŭka <me+oss@nadevko.cc>
# Distributed under the terms of the GNU General Public License v2
EAPI=9

DESCRIPTION='Automagical shell alias completion'
HOMEPAGE=https://github.com/cykerway/complete-alias
SRC_URI="https://github.com/cykerway/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE=GPL-3

SLOT=0
KEYWORDS='~* amd64'

RDEPEND='
	>=app-shells/bash-4.4
	app-shells/bash-completion
'

src_install() {
	insinto /usr/share/${PN}
	doins complete_alias
	einstalldocs
}

pkg_postinst() {
	elog "To activate ${PN}, add the following lines to ~/.bashrc:"
	elog "  source /usr/share/${PN}/complete_alias"
	elog '  complete -F _complete_alias "${!BASH_ALIASES[@]}"'
}

Dependencies

RDEPEND

	>=app-shells/bash-4.4
	app-shells/bash-completion

Manifest for 1.18.0

Type File Size Source URLs
DIST complete-alias-1.18.0.tar.gz 23718 bytes https://github.com/cykerway/complete-alias/archive/refs/tags/1.18.0.tar.gz