### this file is sourced not run
PKGVER=0.27
PKGARCH=x86_64
PKGBUILD=1

# source: step
TARBALL=python-xlib-$PKGVER.tar.bz2
MD5SUM=3a87f81bff4cb4f8a52881097ba51a49
SRC_URL=https://github.com/python-xlib/python-xlib/releases/download/$PKGVER/$TARBALL
BUNDLE=

SLACKREQ='python3'
SLACKDESC="python3-xlib: python3-xlib $PKGVER (XLib in pure Python)
python3-xlib:
python3-xlib: XLib in pure Python (Py2/Py3 compatible).
python3-xlib: This is for Python3.
python3-xlib: License LGPL-2.1
python3-xlib:
python3-xlib: https://github.com/python-xlib/python-xlib
python3-xlib:
python3-xlib:
python3-xlib:
python3-xlib:
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	pkg_build_python3modules &&
	pkg_build_slackdesc
}

# vim:ft=sh:
