summaryrefslogtreecommitdiff
path: root/net-im/rambox/rambox-0.7.7-r2.ebuild
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2021-11-18 09:23:45 +0100
committerKarel Kočí <cynerd@email.cz>2021-11-18 09:23:45 +0100
commit67176d7906773f96bd6e6e09d6a00c4cbef6ac60 (patch)
treef3ccc27ebf248c3e6ce2a4ac662c3ff65e5fa7a1 /net-im/rambox/rambox-0.7.7-r2.ebuild
parente475ea85dc254e7575a17b2c930e9ca166b24ab9 (diff)
downloadgentoo-personal-overlay-67176d7906773f96bd6e6e09d6a00c4cbef6ac60.tar.gz
gentoo-personal-overlay-67176d7906773f96bd6e6e09d6a00c4cbef6ac60.tar.bz2
gentoo-personal-overlay-67176d7906773f96bd6e6e09d6a00c4cbef6ac60.zip
net-im/rambox: remove
I use Ferdi now for a long time.
Diffstat (limited to 'net-im/rambox/rambox-0.7.7-r2.ebuild')
-rw-r--r--net-im/rambox/rambox-0.7.7-r2.ebuild20
1 files changed, 0 insertions, 20 deletions
diff --git a/net-im/rambox/rambox-0.7.7-r2.ebuild b/net-im/rambox/rambox-0.7.7-r2.ebuild
deleted file mode 100644
index 9f02b32..0000000
--- a/net-im/rambox/rambox-0.7.7-r2.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-EAPI=7
-
-inherit desktop
-
-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}"
-
-LICENSE="GPL-3.0+"
-SLOT="0"
-KEYWORDS="amd64"
-
-src_install() {
- dodir /opt
- cp -R "${S}/Rambox-${PV}-linux-x64/" "${D}/opt/rambox/" || die "Install failed!"
- dodir /usr/bin
- ln -s /opt/rambox/rambox "${D}/usr/bin/rambox"
- make_desktop_entry rambox Rambox
-}