18 lines
517 B
Bash
18 lines
517 B
Bash
# Template file for 'python3-i3ipc'
|
|
pkgname=python3-i3ipc
|
|
version=2.2.1
|
|
revision=7
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-xlib"
|
|
short_desc="Improved Python library to control i3wm and sway"
|
|
maintainer="Reed Wade <reedwade@misterbanal.net>"
|
|
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
|
|
}
|