Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Ebuild for FiSH-irssi
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
Palme
Tux's lil' helper
Tux's lil' helper


Joined: 31 May 2014
Posts: 92

PostPosted: Fri Mar 23, 2018 5:52 am    Post subject: Ebuild for FiSH-irssi Reply with quote

is there anyone can help to write a ebuild file for FiSH-irssi?

https://github.com/falsovsky/FiSH-irssi/

Thank you so much.
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30894
Location: here

PostPosted: Fri Mar 23, 2018 7:30 am    Post subject: Reply with quote

You can also use ebuild as 9999 version

fish-irssi-1.5.ebuild:
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

inherit cmake-utils

DESCRIPTION="An encryption add-on for irssi, it's based on blowfish"
HOMEPAGE="https://github.com/falsovsky/fish-irssi"

if [[ ${PV} == *9999* ]]; then
    EGIT_REPO_URI="https://github.com/falsovsky/fish-irssi"
    inherit git-r3
    KEYWORDS=""
else
    SRC_URI="https://github.com/falsovsky/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
    KEYWORDS="amd64 ~x86"
    S="${WORKDIR}/${P/fish/FiSH}"
fi

LICENSE=""
SLOT="0"
IUSE=""

DOCS=( README.md )

DEPEND="
    dev-libs/glib:2
    dev-libs/openssl
    net-irc/irssi
"
RDEPEND="
    ${RDEPEND}
    virtual/pkgconfig
"

_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
Palme
Tux's lil' helper
Tux's lil' helper


Joined: 31 May 2014
Posts: 92

PostPosted: Fri Mar 23, 2018 7:59 am    Post subject: Reply with quote

Awesome,Thanks for the ebuild.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum