void-packages/srcpkgs/thefuck/template
2016-06-28 23:30:03 +02:00

19 lines
680 B
Bash

# Template file for 'thefuck'
pkgname=thefuck
version=3.10
revision=1
build_style=python-module
pycompile_module="thefuck"
noarch=yes
hostmakedepends="python-setuptools python-pip"
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=4cdad2040325f73918f00e65822ce21c202e178173606452ed0c730d8c447210
post_install() {
vlicense LICENSE.md
}