Created
August 9, 2020 05:59
-
-
Save catvec/592963a835e3ac14ca5c92af6cd38757 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/srcpkgs/discord/template b/srcpkgs/discord/template | |
index 5e6ef9daa3..a6c5ce7f64 100644 | |
--- a/srcpkgs/discord/template | |
+++ b/srcpkgs/discord/template | |
@@ -2,18 +2,18 @@ | |
pkgname=discord | |
version=0.0.11 | |
revision=1 | |
-depends="alsa-lib dbus-glib gtk+3 GConf libnotify nss libXtst libcxx libatomic" | |
-wrksrc="Discord" | |
archs="x86_64" | |
-nopie=yes | |
-repository=nonfree | |
-restricted=yes | |
+wrksrc="Discord" | |
+depends="alsa-lib dbus-glib gtk+3 GConf libnotify nss libXtst libcxx libatomic" | |
short_desc="Chat and VOIP application" | |
maintainer="Ryan Conwell <[email protected]>" | |
license="custom:Proprietary" | |
homepage="https://discordapp.com" | |
distfiles="https://dl.discordapp.net/apps/linux/${version}/discord-${version}.tar.gz" | |
checksum=a474761d72ee3fb7fdd31aefc441fc5aa953a2f5dcbe8c30f14fbe105fe458e9 | |
+nopie=yes | |
+repository=nonfree | |
+restricted=yes | |
do_install() { | |
local package_location="usr/lib/$pkgname" item |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment