mirror of
https://github.com/wting/autojump
synced 2026-03-02 03:49:26 +00:00
add makedepends; rename jstat to jumpstat to avoid conflict with
openjdk6
This commit is contained in:
5
PKGBUILD
5
PKGBUILD
@@ -1,13 +1,14 @@
|
||||
# Contributor: Joël Schaerer <joel.schaerer@laposte.net>
|
||||
pkgname=autojump
|
||||
pkgver=20090210
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="A faster way to navigate your filesystem from the command line"
|
||||
arch=(i686 x86_64)
|
||||
url="http://wiki.github.com/joelthelion/autojump"
|
||||
license=('GPL')
|
||||
depends=('bash' 'python')
|
||||
md5sums=() #generate with 'makepkg -g'
|
||||
makedepends=('git')
|
||||
md5sums=()
|
||||
install=(autojump.install)
|
||||
|
||||
_gitroot="git://github.com/joelthelion/autojump.git"
|
||||
|
||||
Reference in New Issue
Block a user