2015-11-12 02:55:40 +00:00
|
|
|
# Template file for 'thefuck'
|
|
|
|
pkgname=thefuck
|
2016-03-13 06:47:19 +00:00
|
|
|
version=3.5
|
2015-11-12 02:55:40 +00:00
|
|
|
revision=1
|
|
|
|
build_style=python-module
|
|
|
|
pycompile_module="thefuck"
|
|
|
|
noarch=yes
|
2016-03-09 07:09:51 +00:00
|
|
|
hostmakedepends="python-setuptools python-pip"
|
2015-11-12 02:55:40 +00:00
|
|
|
depends="python-setuptools python-requests python-psutil python-decorator python-six python-pathlib 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"
|
2016-03-13 06:47:19 +00:00
|
|
|
checksum=eaa6b6466634ab4c87506a1404871af5bfd013043157b335165a63da3b14d90e
|
2015-11-12 02:55:40 +00:00
|
|
|
post_install() {
|
|
|
|
vlicense LICENSE.md
|
2016-01-20 17:34:25 +00:00
|
|
|
}
|