FiSH-irssi Gentoo ebuild: diferenças entre revisões
Ir para a navegação
Ir para a procura
Criou a página com "/usr/local/portage/net-irc/irssi-fish/irssi-fish-9999.ebuild <console> # Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public Licens..." |
Sem resumo de edição |
||
| (Há 6 edições intermédias do mesmo utilizador que não estão a ser apresentadas) | |||
| Linha 1: | Linha 1: | ||
<syntaxhighlight lang="text"> | |||
/usr/local/portage/net-irc/irssi-fish/irssi-fish-9999.ebuild | /usr/local/portage/net-irc/irssi-fish/irssi-fish-9999.ebuild | ||
< | </syntaxhighlight> | ||
<syntaxhighlight lang="bash"> | |||
# Copyright 1999-2016 Gentoo Foundation | # Copyright 1999-2016 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | # Distributed under the terms of the GNU General Public License v2 | ||
# $Id$ | # $Id$ | ||
EAPI=7 | EAPI=7 | ||
inherit git-r3 cmake-utils | inherit git-r3 cmake-utils | ||
DESCRIPTION="FiSH encryption for irssi" | DESCRIPTION="FiSH encryption for irssi" | ||
HOMEPAGE="https://github.com/falsovsky/FiSH-irssi/" | HOMEPAGE="https://github.com/falsovsky/FiSH-irssi/" | ||
EGIT_REPO_URI="https://github.com/falsovsky/FiSH-irssi.git" | EGIT_REPO_URI="https://github.com/falsovsky/FiSH-irssi.git" | ||
LICENSE="" | LICENSE="" | ||
SLOT="0" | SLOT="0" | ||
KEYWORDS="" | KEYWORDS="" | ||
IUSE="" | IUSE="" | ||
DEPEND="dev-libs/openssl | DEPEND="dev-libs/openssl | ||
dev-libs/glib | dev-libs/glib | ||
net-irc/irssi" | net-irc/irssi" | ||
RDEPEND="${DEPEND}" | RDEPEND="${DEPEND}" | ||
src_prepare() { | src_prepare() { | ||
eapply_user | eapply_user | ||
| Linha 28: | Linha 25: | ||
cmake-utils_src_prepare | cmake-utils_src_prepare | ||
} | } | ||
</ | </syntaxhighlight> | ||
<syntaxhighlight lang="bash"> | |||
cd /usr/local/portage/net-irc/irssi-fish | |||
ebuild irssi-fish-9999.ebuild digest | |||
emerge -v net-irc/irssi-fish | |||
</syntaxhighlight> | |||
[[Category: | [[Category:Linux]] | ||
Edição atual desde as 21h17min de 7 de março de 2026
/usr/local/portage/net-irc/irssi-fish/irssi-fish-9999.ebuild
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=7
inherit git-r3 cmake-utils
DESCRIPTION="FiSH encryption for irssi"
HOMEPAGE="https://github.com/falsovsky/FiSH-irssi/"
EGIT_REPO_URI="https://github.com/falsovsky/FiSH-irssi.git"
LICENSE=""
SLOT="0"
KEYWORDS=""
IUSE=""
DEPEND="dev-libs/openssl
dev-libs/glib
net-irc/irssi"
RDEPEND="${DEPEND}"
src_prepare() {
eapply_user
sed -i -e 's#share/doc/FiSH-irssi#share/doc/'"$P"'#' CMakeLists.txt || die "Sed failed!"
cmake-utils_src_prepare
}
cd /usr/local/portage/net-irc/irssi-fish
ebuild irssi-fish-9999.ebuild digest
emerge -v net-irc/irssi-fish