diff --git a/srcpkgs/python-xapp/template b/srcpkgs/python-xapp/template new file mode 100644 index 00000000000..29d78afe15f --- /dev/null +++ b/srcpkgs/python-xapp/template @@ -0,0 +1,25 @@ +# Template file for 'python-xapp' +pkgname=python-xapp +version=1.0.1 +revision=1 +build_style=python-module +pycompile_module="xapp" +hostmakedepends="python python3" +depends="python python-psutil" +short_desc="Python2 Xapp Library" +maintainer="John " +license="LGPL-2" +homepage="https://github.com/linuxmint/python-xapp" +distfiles="https://github.com/linuxmint/python-xapp/archive/1.0.1.tar.gz" +checksum=da2ec46dc3fce97accd0ee6d9bd9d71d26c953b01de1a5336ba2b4b60f2f3b6b +noarch=yes + +python3-xapp_package() { + noarch=yes + depends="python3 python3-psutil" + pycompile_module="xapp" + short_desc="${short_desc/Python2/Python3}" + pkg_install() { + vmove usr/lib/python3* + } +} diff --git a/srcpkgs/python3-xapp b/srcpkgs/python3-xapp new file mode 120000 index 00000000000..bee9b975c3f --- /dev/null +++ b/srcpkgs/python3-xapp @@ -0,0 +1 @@ +python-xapp \ No newline at end of file