15 lines
513 B
Bash
15 lines
513 B
Bash
# Template file for 'dtrx'
|
|
pkgname=dtrx
|
|
version=8.5.0
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
short_desc="Tool that takes all the hassle out of extracting archives"
|
|
maintainer="travankor <travankor@tuta.io>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://github.com/dtrx-py/dtrx/"
|
|
distfiles="https://github.com/dtrx-py/dtrx/archive/${version}.tar.gz"
|
|
checksum=fb57a3cf334b2d03b4ab723c04f21c4a102cbbaeb179cf443eafb325e59a47e4
|
|
make_check=no # Tests require docker
|