22 lines
725 B
Bash
22 lines
725 B
Bash
# Template file for 'scudcloud'
|
|
pkgname=scudcloud
|
|
version=1.63
|
|
revision=3
|
|
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
|
|
python-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=e0d1cb72115d0fda17db92d28be51558ad8fe250972683fac3086dbe8d350d22
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|