parent
e6c98c894e
commit
026a7f05dd
|
@ -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
|
||||
}
|
Loading…
Reference in New Issue