20 lines
676 B
Bash
20 lines
676 B
Bash
# Template file for 'thefuck'
|
|
pkgname=thefuck
|
|
version=3.24
|
|
revision=1
|
|
build_style=python3-module
|
|
pycompile_module="thefuck"
|
|
noarch=yes
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-setuptools python3-requests python3-psutil python3-decorator
|
|
python3-six python3-colorama python3-pyte"
|
|
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=686867f264ee34d9287814dde0e9ca5debb322deeaf0ac6773ec06f823d7c0b4
|
|
|
|
post_install() {
|
|
vlicense LICENSE.md
|
|
}
|