mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
fix catppuccin-neovim v1.7.0 ebuild
Signed-off-by: Omar <somerand0mcat@hotmail.com>
This commit is contained in:
@@ -4,19 +4,19 @@
|
||||
EAPI=8
|
||||
DESCRIPTION="Soothing pastel theme for Neovim"
|
||||
HOMEPAGE="https://github.com/catppuccin/nvim"
|
||||
SRC_URI="https://github.com/catppuccin/nvim/archive/refs/tags/v"${PV}".tar.gz -> catppuccin-neovim-"${PV}".tar.gz"
|
||||
S=""${WORKDIR}"/nvim-"${PV}""
|
||||
SRC_URI="https://github.com/catppuccin/nvim/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/nvim-${PV}"
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
DEPEND="app-editors/neovim"
|
||||
|
||||
src_unpack() {
|
||||
tar -xpf /var/tmp/portage/x11-themes/catppuccin-neovim-"${PV}"/distdir/catppuccin-neovim-"${PV}".tar.gz
|
||||
}
|
||||
|
||||
src_install() {
|
||||
cd ./colors
|
||||
mkdir --parents "${D}"/usr/share/nvim/runtime/colors
|
||||
cp -r *.vim "${D}"/usr/share/nvim/runtime/colors
|
||||
cd ..
|
||||
cd ./lua
|
||||
mkdir --parents "${D}"/usr/share/nvim/runtime/lua
|
||||
cp -r ./* "${D}"/usr/share/nvim/runtime/lua
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user