20 lines
600 B
Bash
20 lines
600 B
Bash
|
# 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 <contact@stacyharper.net>"
|
||
|
license="ISC"
|
||
|
homepage="https://github.com/srstevenson/xdg"
|
||
|
distfiles="${PYPI_SITE}/x/xdg/xdg-${version}.tar.gz"
|
||
|
checksum=c939c99def394cbaf765a3ee55efd6ea7e4c5eaed8d9ebc2d03af84ba35dec57
|
||
|
|
||
|
post_install() {
|
||
|
vlicense LICENCE
|
||
|
}
|