16 lines
566 B
Bash
16 lines
566 B
Bash
# Template file for 'dtrx'
|
|
pkgname=dtrx
|
|
version=8.5.3
|
|
revision=2
|
|
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/"
|
|
changelog="https://github.com/dtrx-py/dtrx/releases"
|
|
distfiles="https://github.com/dtrx-py/dtrx/archive/${version}.tar.gz"
|
|
checksum=98e051422f705c3033702bdb7c385eb8561a6b611c982ac07d76a4c44c76f293
|
|
make_check=no # Tests require docker
|