2017-02-07 04:33:42 +01:00
|
|
|
# Template file for 'discord'
|
|
|
|
# Originally created by Benjamin Hoffmeyer, modified for stable Discord
|
|
|
|
|
|
|
|
pkgname="discord"
|
|
|
|
version="0.0.1"
|
2017-02-07 15:43:21 +01:00
|
|
|
revision=2
|
2017-02-07 04:33:42 +01:00
|
|
|
depends="alsa-lib dbus-glib gtk+3 GConf libnotify nss libXtst"
|
|
|
|
wrksrc="Discord"
|
|
|
|
only_for_archs="x86_64"
|
|
|
|
nopie=yes
|
|
|
|
repository=nonfree
|
|
|
|
restricted=yes
|
|
|
|
short_desc="Chat and VOIP application"
|
|
|
|
maintainer="Ryan Conwell <ryanconwell@protonmail.com>"
|
|
|
|
license="proprietary"
|
|
|
|
homepage="https://discordapp.com"
|
|
|
|
distfiles="https://dl.discordapp.net/apps/linux/${version}/discord-${version}.tar.gz"
|
|
|
|
checksum="ba0ff3c57d7ab3a5e47a91bd23a79758085147e88fa0c65529bcf50a778fa382"
|
|
|
|
|
|
|
|
do_install() {
|
|
|
|
vmkdir /usr/share/pixmaps
|
|
|
|
vcopy discord.png /usr/share/pixmaps/
|
|
|
|
vmkdir /usr/lib/$pkgname
|
|
|
|
vcopy * /usr/lib/$pkgname
|
|
|
|
vmkdir /usr/bin
|
2017-02-07 15:43:21 +01:00
|
|
|
ln -sfr $DESTDIR/usr/lib/$pkgname/Discord $DESTDIR/usr/bin/discord
|
2017-02-07 04:33:42 +01:00
|
|
|
}
|
|
|
|
post_install() {
|
|
|
|
vlicense $FILESDIR/LICENSE
|
|
|
|
}
|