mirror of
https://github.com/TrentSPalmer/gentoo-overlay-trent.git
synced 2025-07-11 10:43:14 -07:00
add app-vim, app-nvim, app-shells
This commit is contained in:
2
app-shells/zsh-syntax-highlighting/Manifest
Normal file
2
app-shells/zsh-syntax-highlighting/Manifest
Normal file
@ -0,0 +1,2 @@
|
||||
EBUILD zsh-syntax-highlighting-20171017.ebuild 973 SHA256 b9168317da38e603486753f05ab8d01229a1d098516a99fbd0d57083722eb158 SHA512 892117516875ff761fcba5f5f1ea4098071cb9f1ad1fc2284444126f746cb86d9a73de73f3df6da2fb8e0dd2c21c92abf44693fbc5d62f2c13e2c358ee40acf5 WHIRLPOOL 8baa3301feced544ce4cb0cafdccdda00d813364aa6b0a8dca9efe21ac87e2bcba9f2834d3c887ad1a6de6ba561f653b5d38119a50fa23e19f334f46da024d0b
|
||||
EBUILD zsh-syntax-highlighting-20171217.ebuild 973 SHA256 638a3c0fe414fde2e99b9a464d7891f4db67ae5adf128a31393015d8076adb97 SHA512 2daab8ed426727002d59fd787d39a48f3242e5b4207e7bfe0db7289bd6a51ef38291ba6bf761e99533aa4fac00e93de32a7832ee6325e98c91ef83f2a597cfc1 WHIRLPOOL 3e510e3c309d1bc0c77b0e8ab1f600ec340fb54d9a0bc9adf008e41f2301d7da2d6c796d2ad43a6d76d484bd99f475e65efd2b2607f754ebb5ffb54089cb5670
|
@ -0,0 +1,45 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
inherit eutils git-r3 readme.gentoo-r1
|
||||
|
||||
DESCRIPTION="Fish shell like fast/unobtrusive autosuggestions for zsh"
|
||||
HOMEPAGE="https://github.com/zsh-users/zsh-syntax-highlighting"
|
||||
SRC_URI=""
|
||||
EGIT_REPO_URI="${HOMEPAGE}"
|
||||
EGIT_COMMIT="c41356c3f62328122c091b6624cdfc22c62214a4"
|
||||
|
||||
LICENSE="HPND"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="app-shells/zsh"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
ZSH_DEST="/usr/share/zsh/site-contrib/${PN}"
|
||||
DISABLE_AUTOFORMATTING="true"
|
||||
|
||||
DOC_CONTENTS="In order to use ${CATEGORY}/${PN} add to your ~/.zshrc
|
||||
source '${ZSH_DEST}/zsh-syntax-highlighting.zsh'"
|
||||
|
||||
MAKE_ARGS=(
|
||||
"SHARE_DIR=${ED}/usr/share/zsh/site-contrib/${PN}"
|
||||
"DOC_DIR=${ED}/usr/share/doc/${PF}"
|
||||
)
|
||||
|
||||
src_compile() {
|
||||
emake "${MAKE_ARGS[@]}"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake "${MAKE_ARGS[@]}" install
|
||||
readme.gentoo_create_doc
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
readme.gentoo_print_elog
|
||||
elog "${DOC_CONTENTS}"
|
||||
}
|
@ -0,0 +1,45 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
inherit eutils git-r3 readme.gentoo-r1
|
||||
|
||||
DESCRIPTION="Fish shell like fast/unobtrusive autosuggestions for zsh"
|
||||
HOMEPAGE="https://github.com/zsh-users/zsh-syntax-highlighting"
|
||||
SRC_URI=""
|
||||
EGIT_REPO_URI="${HOMEPAGE}"
|
||||
EGIT_COMMIT="b07ada1255b74c25fbc96901f2b77dc4bd81de1a"
|
||||
|
||||
LICENSE="HPND"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="app-shells/zsh"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
ZSH_DEST="/usr/share/zsh/site-contrib/${PN}"
|
||||
DISABLE_AUTOFORMATTING="true"
|
||||
|
||||
DOC_CONTENTS="In order to use ${CATEGORY}/${PN} add to your ~/.zshrc
|
||||
source '${ZSH_DEST}/zsh-syntax-highlighting.zsh'"
|
||||
|
||||
MAKE_ARGS=(
|
||||
"SHARE_DIR=${ED}/usr/share/zsh/site-contrib/${PN}"
|
||||
"DOC_DIR=${ED}/usr/share/doc/${PF}"
|
||||
)
|
||||
|
||||
src_compile() {
|
||||
emake "${MAKE_ARGS[@]}"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake "${MAKE_ARGS[@]}" install
|
||||
readme.gentoo_create_doc
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
readme.gentoo_print_elog
|
||||
elog "${DOC_CONTENTS}"
|
||||
}
|
Reference in New Issue
Block a user