19 lines
678 B
Bash
19 lines
678 B
Bash
# Template file for 'thefuck'
|
|
pkgname=thefuck
|
|
version=3.6
|
|
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=a83e2e3ff65b36a7e0d3330e853610c0da9cd2ffd5a001d9e51ad6146c558674
|
|
post_install() {
|
|
vlicense LICENSE.md
|
|
}
|