void-packages/srcpkgs/discord-ptb/template
Abel Graham 2fa0c8a534 discord-ptb: update to 0.0.7
Closes: #10586 [via git-merge-pr]
2018-01-09 15:43:25 +01:00

31 lines
1.1 KiB
Bash

# Template file for 'discord-ptb'
pkgname="discord-ptb"
version=0.0.7
revision=1
wrksrc="DiscordPTB"
depends="alsa-lib dbus-glib gtk+3 GConf libnotify nss libXtst libcxx libatomic"
only_for_archs="x86_64"
nopie=yes
repository=nonfree
restricted=yes
short_desc="Proprietary freeware VoIP application"
maintainer="Abel Graham <abel@abelgraham.com>"
license="proprietary"
homepage="https://discordapp.com/"
distfiles="https://dl-ptb.discordapp.net/apps/linux/${version}/discord-ptb-${version}.tar.gz"
checksum=c0636961f4b3bf484c81f283873572cf526ad36fd6ff423c31bdfea010211d50
do_install() {
local package_location="usr/lib/$pkgname" item
vmkdir usr/share/pixmaps
vinstall discord.png 644 /usr/share/pixmap/ discord-ptb.png
vmkdir usr/share/applications
vcopy discord-ptb.desktop /usr/share/applications/
vmkdir ${package_location}
for item in locales resources DiscordPTB libffmpeg.so libnode.so natives_blob.bin snapshot_blob.bin content_shell.pak icudtl.dat; do
vcopy "${item}" "${package_location}"
done
vmkdir usr/bin
ln -sfr $DESTDIR/${package_location}/DiscordPTB $DESTDIR/usr/bin/discord-ptb
}