summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2020-11-18 20:09:20 +0100
committerKarel Kočí <cynerd@email.cz>2020-11-18 20:09:20 +0100
commit4af63c726a9bbdd9fa6bec58b53ab4e7ea292a82 (patch)
treecf58e01025329ca1bc7436ec5690c030028ecc96 /net-im
parent8c594142b4e95039e32e87b8ac434563cdb21df6 (diff)
downloadgentoo-personal-overlay-4af63c726a9bbdd9fa6bec58b53ab4e7ea292a82.tar.gz
gentoo-personal-overlay-4af63c726a9bbdd9fa6bec58b53ab4e7ea292a82.tar.bz2
gentoo-personal-overlay-4af63c726a9bbdd9fa6bec58b53ab4e7ea292a82.zip
net-im/rambox: package binary version of rambox
Diffstat (limited to 'net-im')
-rw-r--r--net-im/rambox/Manifest1
-rw-r--r--net-im/rambox/rambox-0.7.7-r1.ebuild17
2 files changed, 18 insertions, 0 deletions
diff --git a/net-im/rambox/Manifest b/net-im/rambox/Manifest
new file mode 100644
index 0000000..c437254
--- /dev/null
+++ b/net-im/rambox/Manifest
@@ -0,0 +1 @@
+DIST rambox-0.7.7.tar.gz 73338742 BLAKE2B 48f1da404681cbaa65568cd445be37d2eec5e2ee6e01f25f0b8c2415627eba90460deba87a44c5e3e481c26b770c30b522118978c4949eaf7b866faf48d24956 SHA512 43ffaa036d89c766a2becc3fd9b9a88d54f29dd39a61035560f591baf9d3c8ebc7c65acfa81090ab079abb97c18e9259cc9b6896c687eab0a32f216e48973114
diff --git a/net-im/rambox/rambox-0.7.7-r1.ebuild b/net-im/rambox/rambox-0.7.7-r1.ebuild
new file mode 100644
index 0000000..b8331b2
--- /dev/null
+++ b/net-im/rambox/rambox-0.7.7-r1.ebuild
@@ -0,0 +1,17 @@
+EAPI=7
+
+DESCRIPTION="Messaging and emailing app that combines common web applications into one"
+HOMEPAGE="https://github.com/ramboxapp/community-edition"
+SRC_URI="https://github.com/ramboxapp/community-edition/releases/download/${PV}/Rambox-${PV}-linux-x64.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/Rambox-${PV}-linux-x64"
+
+LICENSE="GPL-3.0+"
+SLOT="0"
+KEYWORDS="amd64"
+
+src_install() {
+ dodir /opt/rambox
+ cp -R "${S}/" "${D}/opt/rambox" || die "Install failed!"
+ dodir /usr/bin
+ ln -s /opt/rambox/rambox "${D}/usr/bin/rambox"
+}