summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Dünkelmann2021-08-25 16:53:16 +0200
committerMartin Dünkelmann2021-08-25 16:53:16 +0200
commita9ab76cb02e9ce05438c63c117e805165f6d6041 (patch)
treeca73b3b28c047f4ba21aa4af4eddb391f3ded18e
parent0bc2324cd7d9438101e5449590542e9e8d8964a6 (diff)
downloadaur-a9ab76cb02e9ce05438c63c117e805165f6d6041.tar.gz
Add a ferdi symlink to /usr/local/bin
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1e3e84e6eac6..11431b64f449 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ferdi-nightly-bin
pkgdesc = A messaging browser that allows you to combine your favorite messaging services into one application - nightly binary version
pkgver = 5.6.1.nightly.38
- pkgrel = 1
+ pkgrel = 2
url = https://getferdi.com
arch = x86_64
license = Apache
diff --git a/PKGBUILD b/PKGBUILD
index fe5392adecd1..09dd94d79432 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=ferdi-nightly-bin
pkgver=5.6.1.nightly.38
-pkgrel=1
+pkgrel=2
pkgdesc='A messaging browser that allows you to combine your favorite messaging services into one application - nightly binary version'
url='https://getferdi.com'
license=('Apache')
@@ -32,4 +32,6 @@ package() {
cd "${pkgdir}"
bsdtar -xf ${srcdir}/ferdi.rpm
+
+ ln -sf opt/Ferdi/ferdi "usr/local/bin/ferdi"
}