New package: scudcloud-1.62

Closes: #7583 [via git-merge-pr]
This commit is contained in:
Gurpreet Singh 2017-09-07 02:05:37 -04:00 committed by Michael Aldridge
parent e6c98c894e
commit 026a7f05dd
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
# Template file for 'scudcloud'
pkgname=scudcloud
version=1.62
revision=1
makedepends="python3 python3-setuptools python-PyQt5 python-dbus python3-PyQt5-dbus"
short_desc="Non official desktop client app for Slack"
noarch=yes
maintainer="Gurpreet Singh <gurpreet@mailfence.com>"
license="MIT"
homepage="https://launchpad.net/~rael-gc/+archive/ubuntu/scudcloud"
distfiles="https://github.com/raelgc/${pkgname}/archive/v${version}.tar.gz"
checksum=33b746258bae6606adda8deee8abae18844b5f0370f3915f9ec9bec9097eaa1b
do_install() {
python3 setup.py install --prefix=/usr --root="/"
vlicense LICENSE
}