20 lines
842 B
Bash
20 lines
842 B
Bash
# Template file for 'trash-cli'
|
|
pkgname=trash-cli
|
|
version=0.24.5.26
|
|
revision=1
|
|
build_style=python3-pep517
|
|
make_check_args="--ignore=tests/test_put/cmd/e2e/test_on_links_to_dirs.py"
|
|
hostmakedepends="python3-wheel"
|
|
depends="python3-psutil python3-six"
|
|
checkdepends="${depends} python3-pytest-xdist python3-mock
|
|
python3-flexmock python3-parameterized"
|
|
short_desc="Command line interface to the freedesktop.org trashcan"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://github.com/andreafrancia/trash-cli"
|
|
changelog="https://raw.githubusercontent.com/andreafrancia/trash-cli/master/HISTORY.txt"
|
|
distfiles="https://github.com/andreafrancia/trash-cli/archive/refs/tags/${version}.tar.gz"
|
|
checksum=1d7dec1ad8f0264ceb1b0211d25fffee99c9409cd2e1d36dcc82ac5540f39ce5
|
|
# Can not be run as root
|
|
make_check=ci-skip
|