void-packages/srcpkgs/discord/template

36 lines
1.1 KiB
Bash
Raw Normal View History

# Template file for 'discord'
# Originally created by Benjamin Hoffmeyer, modified for stable Discord
pkgname="discord"
version="0.0.1"
revision=3
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"
_package_location="/usr/lib/$pkgname"
do_install() {
vmkdir /usr/share/pixmaps
vcopy discord.png /usr/share/pixmaps/
vmkdir /usr/share/applications
vcopy discord.desktop /usr/share/applications/
vmkdir ${_package_location}
for item in locales resources Discord 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}/Discord $DESTDIR/usr/bin/Discord
}
post_install() {
vlicense $FILESDIR/LICENSE
}