scudcloud: build_style=python3-module
This commit is contained in:
parent
85dc33fe44
commit
fd092b3e5c
1 changed files with 5 additions and 7 deletions
|
@ -1,8 +1,11 @@
|
||||||
# Template file for 'scudcloud'
|
# Template file for 'scudcloud'
|
||||||
pkgname=scudcloud
|
pkgname=scudcloud
|
||||||
version=1.63
|
version=1.63
|
||||||
revision=1
|
revision=2
|
||||||
makedepends="python3 python3-setuptools python-PyQt5 python-dbus python3-PyQt5-dbus"
|
build_style=python3-module
|
||||||
|
pycompile_module="scudcloud"
|
||||||
|
hostmakedepends="python3-setuptools"
|
||||||
|
makedepends="python3-setuptools python-PyQt5 python-dbus python3-PyQt5-dbus"
|
||||||
short_desc="Non official desktop client app for Slack"
|
short_desc="Non official desktop client app for Slack"
|
||||||
noarch=yes
|
noarch=yes
|
||||||
maintainer="Gurpreet Singh <gurpreet@mailfence.com>"
|
maintainer="Gurpreet Singh <gurpreet@mailfence.com>"
|
||||||
|
@ -10,8 +13,3 @@ license="MIT"
|
||||||
homepage="https://launchpad.net/~rael-gc/+archive/ubuntu/scudcloud"
|
homepage="https://launchpad.net/~rael-gc/+archive/ubuntu/scudcloud"
|
||||||
distfiles="https://github.com/raelgc/${pkgname}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/raelgc/${pkgname}/archive/v${version}.tar.gz"
|
||||||
checksum=e0d1cb72115d0fda17db92d28be51558ad8fe250972683fac3086dbe8d350d22
|
checksum=e0d1cb72115d0fda17db92d28be51558ad8fe250972683fac3086dbe8d350d22
|
||||||
|
|
||||||
do_install() {
|
|
||||||
python3 setup.py install --prefix=/usr --root="/"
|
|
||||||
vlicense LICENSE
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue