From d099b26cb0bcad53520100b444b95eb2911d178f Mon Sep 17 00:00:00 2001 From: Reed Wade Date: Mon, 8 Jun 2020 17:39:30 +0200 Subject: [PATCH] New Package: python3-i3ipc-2.2.1 Closes: #22688 [via git-merge-pr] --- srcpkgs/python3-i3ipc/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/python3-i3ipc/template diff --git a/srcpkgs/python3-i3ipc/template b/srcpkgs/python3-i3ipc/template new file mode 100644 index 00000000000..c559f276fc3 --- /dev/null +++ b/srcpkgs/python3-i3ipc/template @@ -0,0 +1,17 @@ +# Template file for 'python3-i3ipc' +pkgname=python3-i3ipc +version=2.2.1 +revision=1 +wrksrc="${pkgname#*-}-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +short_desc="Improved Python library to control i3wm and sway" +maintainer="Reed Wade " +license="BSD-3-Clause" +homepage="https://pypi.org/project/i3ipc/" +distfiles="${PYPI_SITE}/i/i3ipc/i3ipc-${version}.tar.gz" +checksum=e880d7d7147959ead5cb34764f08b97b41385b36eb8256e8af1ce163dbcccce8 + +post_install() { + vlicense LICENSE +}