vp-build/srcpkgs/python3-send2trash/template

19 lines
568 B
Bash

# Template file for 'python3-send2trash'
pkgname=python3-send2trash
version=1.5.0
revision=5
wrksrc="send2trash-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
short_desc="Python3 library to natively send files to trash"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-3-Clause"
homepage="https://github.com/hsoft/send2trash"
distfiles="https://github.com/hsoft/send2trash/archive/${version}.tar.gz"
checksum=7cebc0ffc8b6d6e553bce9c6bb915614610ba2dec17c2f0643b1b97251da2a41
post_install() {
vlicense LICENSE
}