diff --git a/srcpkgs/scudcloud/template b/srcpkgs/scudcloud/template new file mode 100644 index 0000000000..afa85da542 --- /dev/null +++ b/srcpkgs/scudcloud/template @@ -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 " +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 +}