summaryrefslogtreecommitdiff
path: root/pcr/python-papis_python_rofi/PKGBUILD
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2019-02-25 17:42:29 +0100
committerAndreas Grapentin <andreas@grapentin.org>2019-02-25 17:44:35 +0100
commit7acaf8ff6d47a429ea773dcce09e2cfb61d94aff (patch)
treed66fa3869e5b9d82b03f378a1977ca7410f1a6a9 /pcr/python-papis_python_rofi/PKGBUILD
parentbbc48be6dabc264bfd0a7a67b6904da4e05b7ea1 (diff)
pcr/python-papis_python_rofi: removed.
Diffstat (limited to 'pcr/python-papis_python_rofi/PKGBUILD')
-rw-r--r--pcr/python-papis_python_rofi/PKGBUILD22
1 files changed, 0 insertions, 22 deletions
diff --git a/pcr/python-papis_python_rofi/PKGBUILD b/pcr/python-papis_python_rofi/PKGBUILD
deleted file mode 100644
index addd0278f..000000000
--- a/pcr/python-papis_python_rofi/PKGBUILD
+++ /dev/null
@@ -1,22 +0,0 @@
-
-_pkgname=papis_python_rofi
-pkgname=(python-$_pkgname python2-$_pkgname)
-pkgver=1.0.2
-pkgrel=2
-pkgdesc="Create simple GUIs using the Rofi application (fork for papis)"
-arch=('any')
-url="https://pypi.python.org/pypi/${_pkgname//_/-}"
-license=('GPLv3')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://pypi.python.org/packages/02/e6/62e8cd2f4cc2e14a313e0490b1252f908b2ef8a841a6e0f76a83bf89806f/${_pkgname//_/-}-$pkgver.tar.gz")
-sha256sums=('3bd01a9db97b620c4249e89e37c2fe669ba405ac179ea3bffa43246c05af668e')
-
-_package(){
- depends=($1)
- cd "$srcdir"/${_pkgname//_/-}-$pkgver
- $1 setup.py install --root="$pkgdir"
-}
-
-for pkg in "${pkgname[@]}"; do
- eval "package_$pkg () { _package ${pkg%%-*}; }"
-done