From 334742af9a8bd161236b2097470cb64ba90e27ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Thu, 3 Aug 2023 14:09:35 +0700 Subject: [PATCH] New package: python3-xkbcommon-0.8 Close #45431 --- srcpkgs/python3-xkbcommon/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/python3-xkbcommon/template diff --git a/srcpkgs/python3-xkbcommon/template b/srcpkgs/python3-xkbcommon/template new file mode 100644 index 00000000000000..fa0f294c72feda --- /dev/null +++ b/srcpkgs/python3-xkbcommon/template @@ -0,0 +1,18 @@ +# Template file for 'python3-xkbcommon' +pkgname=python3-xkbcommon +version=0.8 +revision=1 +build_style=python3-pep517 +hostmakedepends="python3-cffi python3-setuptools python3-wheel" +makedepends="libxkbcommon-devel python3-devel" +depends="python3 python3-cffi" +short_desc="Python bindings for libxkbcommon using cffi" +maintainer="Đoàn Trần Công Danh " +license="MIT" +homepage="https://github.com/sde1000/python-xkbcommon" +distfiles="${PYPI_SITE}/x/xkbcommon/xkbcommon-${version}.tar.gz" +checksum=5be5973bf5b7525687a4df6c84789b421590d7f7cf92ae56f2aab177b795d516 + +post_install() { + vlicense LICENSE +}