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 +}