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