From 25f3b3403ad496a2cdce86831ab2914ca7b460b3 Mon Sep 17 00:00:00 2001 From: Reed Wade Date: Sat, 11 Jan 2020 13:03:34 +0100 Subject: [PATCH] New package: python3-xdg-variables-4.0.1 --- srcpkgs/python3-xdg-variables/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/python3-xdg-variables/template diff --git a/srcpkgs/python3-xdg-variables/template b/srcpkgs/python3-xdg-variables/template new file mode 100644 index 00000000000..589302d33bc --- /dev/null +++ b/srcpkgs/python3-xdg-variables/template @@ -0,0 +1,19 @@ +# Template file for 'python3-xdg-variables' +pkgname=python3-xdg-variables +version=4.0.1 +revision=1 +archs=noarch +wrksrc="xdg-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3-inotify python3-aionotify" +short_desc="Provide variables defined by the XDG Base Directory Specification" +maintainer="Stacy Harper " +license="ISC" +homepage="https://github.com/srstevenson/xdg" +distfiles="${PYPI_SITE}/x/xdg/xdg-${version}.tar.gz" +checksum=c939c99def394cbaf765a3ee55efd6ea7e4c5eaed8d9ebc2d03af84ba35dec57 + +post_install() { + vlicense LICENCE +}