makedeb


simplex-desktop-bin 6.3.0-1


SimpleX - the first messaging network operating without user identifiers of any kind

Viewing /PKGBUILD.

View raw.

Click here to go back to the Git tree for simplex-desktop-bin.

# Maintainer: Tai Lam <taivlam-aur-mpr [dot] tinsmith796 [at] silomails [dot] com>

pkgname="simplex-desktop-bin"
_pkgname="simplex-desktop"
pkgver='6.3.0'
pkgrel='1'
pkgdesc="SimpleX - the first messaging network operating without user identifiers of any kind"
arch=('amd64')
depends=()
license=('AGPL-3.0-or-later')
url="https://simplex.chat"
_url="https://github.com/simplex-chat/simplex-chat"
source=("${pkgname}_${pkgver}-${pkgrel}_${arch}.deb"::"${_url}/releases/download/v${pkgver}/${_pkgname}-ubuntu-22_04-x86_64.deb")
sha512sums=('c4b81d10bed0a35b0728e4a50a6da8b91b94ee5fd8827506473d715ea8ce081be2aa961b1c40620c2d1948f7251d8c686fcae40b01205765e9b2df60fada38ba')
noextract=("${pkgname}_${pkgver}-${pkgrel}_${arch}.deb")
provides=("${_pkgname}")
conflicts=("simplex-desktop" "simplex-desktop-deb")

package() {
exec true
}