#!/bin/shPKGNAME=slackSUPPORTEDARCHES="x86_64"DESCRIPTION='Slack from the official site'.$(dirname$0)/common.sharch=x86_64pkgtype=rpmPKGMASK="$(epm print constructname $PKGNAME"*"$arch$pkgtype)"PKG="$(epm tool eget --list--latest https://slack.com/downloads/instructions/fedora $PKGMASK)"|| fatal "Can't get package URL"[-n"$PKG"]|| fatal "Can't get package URL"epm install--repack"$PKG"