diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2018-02-03 08:26:11 +0100 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2018-02-03 08:26:11 +0100 |
commit | 39efebfaedd5d123c75f029428577c0348a2e781 (patch) | |
tree | 5369795ca667e0cd96b64fe2f5a77510ad5c424d /pcr/icecat-vimperator | |
parent | fbf55cfdeaae6d137169173bfa2e3f295e9ed4b4 (diff) | |
download | abslibre-39efebfaedd5d123c75f029428577c0348a2e781.tar.gz abslibre-39efebfaedd5d123c75f029428577c0348a2e781.tar.bz2 abslibre-39efebfaedd5d123c75f029428577c0348a2e781.zip |
pcr/vimperator: added to replace iceweasel-vimperator and icecat-vimperator
Diffstat (limited to 'pcr/icecat-vimperator')
-rw-r--r-- | pcr/icecat-vimperator/PKGBUILD | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/pcr/icecat-vimperator/PKGBUILD b/pcr/icecat-vimperator/PKGBUILD deleted file mode 100644 index 57e91af35..000000000 --- a/pcr/icecat-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=icecat-vimperator -license=("MIT") -pkgver=3.15.0 -pkgrel=1 -pkgdesc="Make icecat look and behave like Vim" -arch=('any') -url="http://vimperator.org/vimperator" -depends=('icecat') -_extensionId="vimperator@mozdev.org" -_fileName=vimperator-$pkgver.xpi -source=(https://github.com/vimperator/vimperator-labs/releases/download/$_pkgname-$pkgver/$_pkgname-$pkgver.xpi) -sha512sums=('0281ebdc798228af469646db4dccda3dcfd89aa5c5d8055230cb8ccd5b6a8d9b40989490157a20ed1bd8865a0ed113e529eadab2302f4bf9ef279361ba209a6d') -conflicts=('vimperator-hg' 'vimperator-git') - -package() { - cd $srcdir || return 1 - local dstdir=$pkgdir/usr/lib/icecat/browser/extensions/$_extensionId - install -d $dstdir || return 1 - cp -R * $dstdir || return 1 - rm $dstdir/$_fileName -} |