makedeb
Chat for Communities and Friends
Viewing /PKGBUILD.
Click here to go back to the Git tree for discord.
# Maintainer: Erwan BOTHUAN NIEL <dev dot erwanbo at caramail dot fr>
# Contributor: hiddeninthesand <hiddeninthesand at pm dot me>
# Contributor: zocker_160 <zocker1600 at posteo dot net>
# Contributor: Hunter Wittenborn <hunter@hunterwittenborn.com>
pkgname='discord'
pkgver='0.0.113'
pkgrel='1'
pkgdesc="Chat for Communities and Friends"
arch=('amd64')
_base_depends=('libc6' 'libasound2' 'libatomic1' 'libnotify4' 'libnspr4' 'libnss3' 'libstdc++6' 'libxss1' 'libxtst6')
depends=("${_base_depends[@]}")
optdepends=('libappindicator1: Allow the app do display a menu in the system tray', 'libayatana-appindicator1: Allow the app to display a menu in the system tray')
url="https://discord.com"
license=('custom')
source=("${pkgname}::https://dl.discordapp.net/apps/linux/${pkgver}/discord-${pkgver}.deb")
b2sums=('59ed02d34a017a02a93fc2784676132ae3ab90ed3d522e0e760e740973deb9a4083f1ef098cc5fc9eb618b5201894c9850aa64b88abcb4ea283148a4dbaed965')
package() {
tar -xf 'control.tar.gz'
tar -xf 'data.tar.gz' -C "${pkgdir}"
postinst=src/postinst
}