parent
38b63425c5
commit
23a3b1b93e
1 changed files with 13 additions and 11 deletions
|
@ -1,14 +1,16 @@
|
|||
# Template file for 'dtrx'
|
||||
pkgname=dtrx
|
||||
version=7.1
|
||||
revision=2
|
||||
archs=noarch
|
||||
build_style=python2-module
|
||||
hostmakedepends="python-setuptools"
|
||||
depends="python"
|
||||
version=8.0.1
|
||||
revision=1
|
||||
depends="python3"
|
||||
short_desc="Tool that takes all the hassle out of extracting archives"
|
||||
maintainer="Logen K <logen@sudotask.com>"
|
||||
license="GPL-3"
|
||||
homepage="http://brettcsmith.org/2007/dtrx/"
|
||||
distfiles="http://brettcsmith.org/2007/dtrx/${pkgname}-${version}.tar.gz"
|
||||
checksum=1c9afe48e9d9d4a1caa4c9b0c50593c6fe427942716ce717d81bae7f8425ce97
|
||||
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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue