23a3b1b93e
closes #26586
16 lines
466 B
Bash
16 lines
466 B
Bash
# Template file for 'dtrx'
|
|
pkgname=dtrx
|
|
version=8.0.1
|
|
revision=1
|
|
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=4c37b16b741785d1db17c4561da647a52a182472f12758a39a9f03518b9dd17f
|
|
python_version=3
|
|
|
|
do_install() {
|
|
vbin scripts/dtrx
|
|
}
|