1 # Copyright 2024 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
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"
16 PATCHES
=( "${FILESDIR}/${P}-custom-upgrade.patch" )
19 sed -i -e 's|~/.oh-my-bash|/usr/share/oh-my-bash|' templates
/bashrc.osh-template || die
24 insinto
/usr
/share
/oh-my-bash
29 elog
"In order to use oh-my-bash, copy /usr/share/oh-my-bash/templates/bashrc.osh-template over to your ~/.bashrc"