net-irc/matterircd: bump to 0.19.0
Package-Manager: Portage-2.3.51, Repoman-2.3.11
This commit is contained in:
parent
54a8bc41f9
commit
d9213dcbf7
3 changed files with 13 additions and 4 deletions
29
net-irc/matterircd/matterircd-0.19.0.ebuild
Normal file
29
net-irc/matterircd/matterircd-0.19.0.ebuild
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
inherit golang-build golang-vcs-snapshot
|
||||
|
||||
EGO_PN=github.com/42wim/matterircd
|
||||
|
||||
if [[ ${PV} = *9999* ]]; then
|
||||
inherit golang-vcs
|
||||
KEYWORDS=""
|
||||
else
|
||||
SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64 ~arm"
|
||||
fi
|
||||
|
||||
DESCRIPTION="Connect to your local/remote mattermost installation or to slack via your IRC-client."
|
||||
HOMEPAGE="https://${EGO_PN}"
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
IUSE=""
|
||||
|
||||
src_install() {
|
||||
dobin ${PN}
|
||||
newinitd "${FILESDIR}"/${PN}.init ${PN}
|
||||
|
||||
insinto /etc/
|
||||
newins "${S}/src/${EGO_PN}/matterircd.toml.example" matterircd.toml
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue