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