b92df0429f
Closes: #11170 [via git-merge-pr]
21 lines
726 B
Bash
21 lines
726 B
Bash
# Template file for 'scudcloud'
|
|
pkgname=scudcloud
|
|
version=1.65
|
|
revision=1
|
|
build_style=python3-module
|
|
pycompile_module="scudcloud"
|
|
hostmakedepends="python3-setuptools"
|
|
makedepends="python3-setuptools python-PyQt5 python-dbus python3-PyQt5-dbus"
|
|
depends="python3-setuptools python-PyQt5 python3-PyQt5-dbus
|
|
python3-PyQt5-webkit xdg-utils"
|
|
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=1b5420a868a37e181655e9799a3d1fcbbc0b0112349c44ac3d7936b626334791
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|