#!/bin/shPKGNAME=gitkrakenSUPPORTEDARCHES="x86_64"DESCRIPTION="GitKraken Client from the official site"URL="https://www.gitkraken.com/".$(dirname$0)/common.shpkgtype=$(epm print info -p)case$pkgtypeinrpm)PKGURL="https://release.gitkraken.com/linux/gitkraken-amd64.rpm";;*)PKGURL="https://release.gitkraken.com/linux/gitkraken-amd64.deb";;esac