void-packages/srcpkgs/thefuck/template
2016-03-09 08:09:51 +01:00

18 lines
678 B
Bash

# Template file for 'thefuck'
pkgname=thefuck
version=3.4
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-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=ce98f6219e64b6e9e9f2cad22fa1bac121a5d79f3a530d9b2cb8bc61a629904f
post_install() {
vlicense LICENSE.md
}