Merge pull request #2951 from TheDoctorsLife/master
New Package: thefuck-3.2
This commit is contained in:
commit
43f905676a
1 changed files with 18 additions and 0 deletions
18
srcpkgs/thefuck/template
Normal file
18
srcpkgs/thefuck/template
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Template file for 'thefuck'
|
||||
pkgname=thefuck
|
||||
version=3.2
|
||||
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=31b4812ec14c266e9e53cd46693a587ce46b950ba0a8fa0dd846803e49a98609
|
||||
post_install() {
|
||||
vlicense LICENSE.md
|
||||
}
|
Loading…
Reference in a new issue