speedie-overlay/net-misc/rchat/rchat-0.3.ebuild
2022-11-11 15:48:06 +01:00

30 lines
546 B
Bash

# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Minimal rautafarmi client with Vim keybinds."
HOMEPAGE="https://speedie.gq/rchat"
SRC_URI="https://raw.githubusercontent.com/speediegq/rchat/tarball/${PN}-${PV}.tar.gz"
LICENSE="GPLv3"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~~riscv ~x86"
DEPEND="
app-shells/bash
sys-apps/sed
net-misc/curl
"
RDEPEND="${DEPEND}"
BDEPEND=""
src_prepare() {
default
}
src_install() {
newbin "${WORKDIR}/${P}/${PN}" ${PN}
}