net-im/tencent-qq: bump version to 3.2.15_p241224
[gentoo-zh.git] / app-shells / oh-my-bash / oh-my-bash-9999.ebuild
blob324973b8df0f2b68f41ef44aaccff42330ec860a
1 # Copyright 2024 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
4 EAPI=8
6 inherit git-r3
8 DESCRIPTION="An open source, community-driven framework for managing your bash configuration"
9 HOMEPAGE="https://ohmybash.github.io"
11 EGIT_REPO_URI="https://github.com/ohmybash/oh-my-bash.git"
13 LICENSE="MIT"
14 SLOT="0"
16 PATCHES=( "${FILESDIR}/${P}-custom-upgrade.patch" )
18 src_prepare() {
19 sed -i -e 's|~/.oh-my-bash|/usr/share/oh-my-bash|' templates/bashrc.osh-template || die
20 default
23 src_install() {
24 insinto /usr/share/oh-my-bash
25 doins -r *
28 pkg_postinst() {
29 elog "In order to use oh-my-bash, copy /usr/share/oh-my-bash/templates/bashrc.osh-template over to your ~/.bashrc"