New Package: thefuck-3.2

This commit is contained in:
TheDoctorsLife 2015-11-11 21:55:40 -05:00
parent 24f0f82f47
commit bd2e7aa609
1 changed files with 18 additions and 0 deletions

18
srcpkgs/thefuck/template Normal file
View File

@ -0,0 +1,18 @@
# Template file for 'thefuck'
pkgname=thefuck
version=3.2
revision=1
build_style=python-module
pycompile_module="thefuck"
noarch=yes
hostmakedepends="python-setuptools"
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"
checksum=31b4812ec14c266e9e53cd46693a587ce46b950ba0a8fa0dd846803e49a98609
post_install() {
vlicense LICENSE.md
}