2017-09-07 06:05:37 +00:00
|
|
|
# Template file for 'scudcloud'
|
|
|
|
pkgname=scudcloud
|
2017-10-24 04:13:06 +00:00
|
|
|
version=1.63
|
2017-09-07 06:05:37 +00:00
|
|
|
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"
|
2017-10-24 04:13:06 +00:00
|
|
|
checksum=e0d1cb72115d0fda17db92d28be51558ad8fe250972683fac3086dbe8d350d22
|
2017-09-07 06:05:37 +00:00
|
|
|
|
|
|
|
do_install() {
|
|
|
|
python3 setup.py install --prefix=/usr --root="/"
|
|
|
|
vlicense LICENSE
|
|
|
|
}
|