makedeb
Messaging app for WhatsApp, Slack, Telegram, Gmail, Google Chat, and many more.
Viewing /PKGBUILD
.
Click here to go back to the Git tree for ferdium-bin.
# Maintainer: Tai Lam <taivlam-aur-mpr [dot] tinsmith796 [at] silomails [dot] com>
# Contributor: exponential <echo ZXhwb25lbnRpYWxtYXRyaXhAcHJvdG9ubWFpbC5jb20K | base64 -d>
_pkgname="ferdium"
pkgname="ferdium-bin"
pkgver='7.0.0'
pkgrel='1'
pkgdesc="Messaging app for WhatsApp, Slack, Telegram, Gmail, Google Chat, and many more."
arch=('amd64' 'arm64' 'armv7l')
depends=()
license=('Apache-2.0')
url="https://ferdium.org/"
_url="https://github.com/ferdium/ferdium-app"
source_amd64=("${pkgname}_${pkgver}-${pkgrel}_amd64.deb"::"${_url}/releases/download/v${pkgver}/Ferdium-linux-${pkgver}-amd64.deb")
source_arm64=("${pkgname}_${pkgver}-${pkgrel}_arm64.deb"::"${_url}/releases/download/v${pkgver}/Ferdium-linux-${pkgver}-arm64.deb")
sha512sums_amd64=('d2de7bc852d8e5c12f2935525cafc6f8fd2f15cf030028a3c434111cb71329669b0e654ec122ab2d17128c5a801c45695e05dc74f28b909d2cdc3f790fa6b366')
sha512sums_arm64=('5e796b089d4817ad1d0cf27930ade897981293bcdeb003c1b7e225c663668383acb7a6993ac3a7d60c9da6a1cb0f007264698924c5d75d976a836c75cd240a73')
noextract=("${pkgname}_${pkgver}-${pkgrel}_${arch}.deb")
provides=("${_pkgname}")
conflicts=("ferdium" "ferdium-deb")
package() {
exec true
}