16 lines
466 B
Bash
16 lines
466 B
Bash
# Template file for 'dtrx'
|
|
pkgname=dtrx
|
|
version=8.2.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=02a65b8ab2761055a95990b81b53723816128fd3205e2fc2a5ddfb8f448a1144
|
|
python_version=3
|
|
|
|
do_install() {
|
|
vbin scripts/dtrx
|
|
}
|