mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-24 20:55:15 +02:00
16 lines
631 B
Bash
16 lines
631 B
Bash
# Template file for 'trash-cli'
|
|
pkgname=trash-cli
|
|
version=0.22.4.16
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3 python3-setuptools"
|
|
depends="python3-psutil"
|
|
checkdepends="$depends python3-pytest python3-six python3-mock"
|
|
short_desc="Command line interface to the freedesktop.org trashcan"
|
|
maintainer="Anjandev Momi <anjan@momi.ca>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://github.com/andreafrancia/trash-cli"
|
|
distfiles="https://github.com/andreafrancia/trash-cli/archive/${version}.tar.gz"
|
|
checksum=6f2d306abbb0cb857d6fc6697a65e006758458ad85793cc0b62f64be993f9c68
|
|
# Can not be run as root
|
|
make_check=ci-skip
|