32 lines
828 B
Bash
32 lines
828 B
Bash
# Template file for 'python-send2trash'
|
|
pkgname=python-send2trash
|
|
version=1.5.0
|
|
revision=1
|
|
noarch=yes
|
|
wrksrc="send2trash-${version}"
|
|
build_style=python-module
|
|
pycompile_module="send2trash"
|
|
hostmakedepends="python-setuptools python3-setuptools"
|
|
depends="python"
|
|
short_desc="Python2 library to natively send files to trash"
|
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
|
homepage="https://github.com/hsoft/send2trash"
|
|
license="3-clause-BSD"
|
|
distfiles="https://github.com/hsoft/send2trash/archive/${version}.tar.gz"
|
|
checksum=7cebc0ffc8b6d6e553bce9c6bb915614610ba2dec17c2f0643b1b97251da2a41
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|
|
|
|
python3-send2trash_package() {
|
|
noarch=yes
|
|
depends="python3"
|
|
pycompile_module="send2trash"
|
|
short_desc="${short_desc/Python2/Python3}"
|
|
pkg_install() {
|
|
vmove usr/lib/python3*
|
|
vlicense LICENSE
|
|
}
|
|
}
|