From bd2e7aa6098346d2ace0408c537c117de3a5c7fb Mon Sep 17 00:00:00 2001 From: TheDoctorsLife Date: Wed, 11 Nov 2015 21:55:40 -0500 Subject: [PATCH] New Package: thefuck-3.2 --- srcpkgs/thefuck/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/thefuck/template diff --git a/srcpkgs/thefuck/template b/srcpkgs/thefuck/template new file mode 100644 index 00000000000..40e1abb34e7 --- /dev/null +++ b/srcpkgs/thefuck/template @@ -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 ' +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 +} \ No newline at end of file