[arch-commits] Commit in thefuck/repos/community-any (PKGBUILD)

Felix Yan fyan at archlinux.org
Tue Apr 21 06:15:51 UTC 2015


    Date: Tuesday, April 21, 2015 @ 08:15:50
  Author: fyan
Revision: 131783

archrelease: copy trunk to community-any

Deleted:
  thefuck/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   35 -----------------------------------
 1 file changed, 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-04-21 06:15:25 UTC (rev 131782)
+++ PKGBUILD	2015-04-21 06:15:50 UTC (rev 131783)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=thefuck
-pkgver=1.16
-pkgrel=1
-pkgdesc="Magnificent app which corrects your previous console command"
-arch=('any')
-url="https://github.com/nvbn/thefuck"
-license=('MIT')
-depends=('python-setuptools' 'python-pathlib' 'python-psutil')
-checkdepends=('python-pytest' 'python-mock')
-install=thefuck.install
-source=("https://pypi.python.org/packages/source/t/thefuck/thefuck-$pkgver.tar.gz")
-sha256sums=('1bfdc4fd78765f9a54bf81be4e12c4bfb944dfebb6d054745c55e02940421f88')
-
-build() {
-  cd "${srcdir}/thefuck-$pkgver"
-  python setup.py build
-}
-
-check() {
-  # Tests not included in released tarball
-  cd "${srcdir}/thefuck-$pkgver"
-  # py.test
-}
-
-package() {
-  cd thefuck-$pkgver
-  python3 setup.py install -O1 --prefix=/usr --root="$pkgdir/"
-
-  install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
-}
-
-# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list