20 lines
672 B
Bash
20 lines
672 B
Bash
# Template file for 'thefuck'
|
|
pkgname=thefuck
|
|
version=3.15
|
|
revision=1
|
|
build_style=python2-module
|
|
pycompile_module="thefuck"
|
|
noarch=yes
|
|
hostmakedepends="python-setuptools"
|
|
depends="python-setuptools python-requests python-psutil python-decorator
|
|
python-six python-pathlib2 python-colorama"
|
|
short_desc="Magnificent app which corrects your previous console command"
|
|
maintainer='Benjamin "Doctors" Hoffmeyer <hoffmeyer25@gmail.com>'
|
|
license="MIT"
|
|
homepage="https://github.com/nvbn/thefuck"
|
|
distfiles="https://github.com/nvbn/thefuck/archive/${version}.tar.gz"
|
|
checksum=30d0c1e2c2540396c9719316f2f0d14fa1820ee8c71d6f160bc4d50283d0aaef
|
|
|
|
post_install() {
|
|
vlicense LICENSE.md
|
|
}
|