summaryrefslogtreecommitdiff
path: root/net-im/ferdi/ferdi-5.7.0.ebuild
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2022-03-21 16:38:37 +0100
committerKarel Kočí <cynerd@email.cz>2022-03-21 16:38:37 +0100
commit6bd8e23d5276043abb01c0a5014851956046da5a (patch)
tree2a6b01cf2dac8a71fe86be12a2a514a54205c8ca /net-im/ferdi/ferdi-5.7.0.ebuild
parentb3c08f3ff2917a76a63bad4749ac626939f2b2ef (diff)
downloadgentoo-personal-overlay-6bd8e23d5276043abb01c0a5014851956046da5a.tar.gz
gentoo-personal-overlay-6bd8e23d5276043abb01c0a5014851956046da5a.tar.bz2
gentoo-personal-overlay-6bd8e23d5276043abb01c0a5014851956046da5a.zip
net-im/ferdi: update to 5.8.0
Diffstat (limited to 'net-im/ferdi/ferdi-5.7.0.ebuild')
-rw-r--r--net-im/ferdi/ferdi-5.7.0.ebuild20
1 files changed, 0 insertions, 20 deletions
diff --git a/net-im/ferdi/ferdi-5.7.0.ebuild b/net-im/ferdi/ferdi-5.7.0.ebuild
deleted file mode 100644
index a3e30e7..0000000
--- a/net-im/ferdi/ferdi-5.7.0.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-EAPI=7
-
-inherit desktop
-
-DESCRIPTION="Messaging app that combines common web applications into one"
-HOMEPAGE="https://getferdi.com/"
-SRC_URI="https://github.com/getferdi/ferdi/releases/download/v${PV}/${P}.tar.gz"
-S="${WORKDIR}"
-
-LICENSE="GPL-3.0+"
-SLOT="0"
-KEYWORDS="amd64"
-
-src_install() {
- dodir /opt
- cp -R "${S}/${P}/" "${D}/opt/ferdi/" || die "Install failed!"
- dodir /usr/bin
- ln -s /opt/ferdi/ferdi "${D}/usr/bin/ferdi"
- make_desktop_entry ferdi Ferdi
-}