18 lines
667 B
Bash
18 lines
667 B
Bash
# Template file for 'thefuck'
|
|
pkgname=thefuck
|
|
version=3.3
|
|
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=c35a03f1e63b106c7de7daa1730b7cb3a0a346aeaf43953aed5e331311adb3ce
|
|
post_install() {
|
|
vlicense LICENSE.md
|
|
}
|