summaryrefslogtreecommitdiff
path: root/pcr/iceweasel-vimperator
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2018-02-03 08:26:11 +0100
committerAndreas Grapentin <andreas@grapentin.org>2018-02-03 08:26:11 +0100
commit39efebfaedd5d123c75f029428577c0348a2e781 (patch)
tree5369795ca667e0cd96b64fe2f5a77510ad5c424d /pcr/iceweasel-vimperator
parentfbf55cfdeaae6d137169173bfa2e3f295e9ed4b4 (diff)
downloadabslibre-39efebfaedd5d123c75f029428577c0348a2e781.tar.gz
abslibre-39efebfaedd5d123c75f029428577c0348a2e781.tar.bz2
abslibre-39efebfaedd5d123c75f029428577c0348a2e781.zip
pcr/vimperator: added to replace iceweasel-vimperator and icecat-vimperator
Diffstat (limited to 'pcr/iceweasel-vimperator')
-rw-r--r--pcr/iceweasel-vimperator/PKGBUILD26
1 files changed, 0 insertions, 26 deletions
diff --git a/pcr/iceweasel-vimperator/PKGBUILD b/pcr/iceweasel-vimperator/PKGBUILD
deleted file mode 100644
index fa5ce378e..000000000
--- a/pcr/iceweasel-vimperator/PKGBUILD
+++ /dev/null
@@ -1,26 +0,0 @@
-# Maintainer (Arch): John Jenkins twodopeshaggy@gmail.com
-# Contributor (Arch): Gustavo Dutra <mechamo@gustavodutra.com>
-# Maintainer: André Silva <emulatorman@hyperbola.info>
-
-_pkgname=vimperator
-pkgname=iceweasel-vimperator
-license=("MIT")
-pkgver=3.9
-pkgrel=2
-pkgdesc="Make iceweasel look and behave like Vim"
-arch=('any')
-url="http://vimperator.org/vimperator"
-depends=('iceweasel')
-_extensionId="vimperator@mozdev.org"
-_fileName=vimperator-$pkgver.xpi
-source=(https://github.com/vimperator/vimperator-labs/releases/download/$_pkgname-$pkgver/$_pkgname-$pkgver.xpi)
-md5sums=('11449e9ed1a8e3fccf38a7570a700dd5')
-conflicts=('vimperator-hg' 'vimperator-git')
-
-package() {
- cd $srcdir || return 1
- local dstdir=$pkgdir/usr/lib/iceweasel/browser/extensions/$_extensionId
- install -d $dstdir || return 1
- cp -R * $dstdir || return 1
- rm $dstdir/$_fileName
-}