vp-build/srcpkgs/dtrx/template

17 lines
466 B
Bash

# Template file for 'dtrx'
pkgname=dtrx
version=8.2.2
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=2d1d5bc5576d9a4793a4daceb5a0af7ec6430ed5a4e305f46c53542592d6babb
python_version=3
do_install() {
vbin scripts/dtrx
}