parent
580cb99ada
commit
a0a077346a
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'thefuck'
|
# Template file for 'thefuck'
|
||||||
pkgname=thefuck
|
pkgname=thefuck
|
||||||
version=3.18
|
version=3.23
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python2-module
|
build_style=python3-module
|
||||||
pycompile_module="thefuck"
|
pycompile_module="thefuck"
|
||||||
noarch=yes
|
noarch=yes
|
||||||
hostmakedepends="python-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python-setuptools python-requests python-psutil python-decorator
|
depends="python3-setuptools python3-requests python3-psutil python3-decorator
|
||||||
python-six python-pathlib2 python-colorama"
|
python3-six python3-colorama python3-pyte"
|
||||||
short_desc="Magnificent app which corrects your previous console command"
|
short_desc="Magnificent app which corrects your previous console command"
|
||||||
maintainer='Benjamin "Doctors" Hoffmeyer <hoffmeyer25@gmail.com>'
|
maintainer='Benjamin "Doctors" Hoffmeyer <hoffmeyer25@gmail.com>'
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/nvbn/thefuck"
|
homepage="https://github.com/nvbn/thefuck"
|
||||||
distfiles="https://github.com/nvbn/thefuck/archive/${version}.tar.gz"
|
distfiles="https://github.com/nvbn/thefuck/archive/${version}.tar.gz"
|
||||||
checksum=c6175c45ac82b1abe552f28a05b9b369f864a763d4d60178c1fde584209e5bf7
|
checksum=36b0af52219a56dc34bb085e75afa822c479c5c05b9393598effc2c1b3c5eb32
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.md
|
vlicense LICENSE.md
|
||||||
|
|
Loading…
Reference in New Issue